Html Css Color HEX #68114B Pompadour

📋 copy color: '#68114B'

red 104 ◦ green 17 ◦ blue 75

#68114B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #68114B

Tints of Pompadour #68114B

RGB

 RED value IS 104 (41.02% from 255) = 53.06%

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 53.06%
G = 8.67%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68114B (or 0x68114B) is known color: Pompadour. HEX triplet: 68, 11 and 4B. RGB value is (104,17,75). Sum of RGB (Red+Green+Blue) = 104+17+75=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68114B is #97EEB4. Grayscale: #313131. Windows color (decimal): -9957045 or 4919656. OLE color: 4919656.

HSL color Cylindrical-coordinate representation of color #68114B: hue angle of 320º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68114B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 75 -
CMYK 0 0.84 0.28 0.59
HSL 320º 0.72% 0.24% -
HSV(B) 320º 0.84% 0.41% -
XYZ 7.18 3.85 7.02 -
YUV 49.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 104 17 75 0 0.84 0.28 0.59 320 0.72 0.24
Hex 68 11 4B 0 54 1C 3B 140 48 18
Octal 150 21 113 0 124 34 73 500 110 30
Binary 1101000 10001 1001011 0 1010100 11100 111011 101000000 1001000 11000

Color Harmonies of #68114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68114B

Black with #68114B

Text Example


Text Example

White with #68114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68114B; }

 p { color: rgb(104,17,75); }

 H1.HeaderClassName
 {
   color: #68114B;
 }
 .AnyTagClassName
 {
   color: #68114B;
 }
</style>

background-color css

<style>
 a { background-color: #68114B; }

 a { background-color: rgb(104,17,75); }

 div.DivClassName
 {
   background-color: #68114B;
 }
 .BgClassName
 {
   background-color: #68114B;
 }
</style>

border-color css

<style>
 span { border-color: #68114B; }

 span { border-color: rgb(104,17,75); }

 td.TdClassName
 {
   border-color: #68114B;
 }
 .TagClassName
 {
   border-color: #68114B;
 }
</style>