Html Css Color HEX #68153C Pompadour

📋 copy color: '#68153C'

red 104 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #68153C

Tints of Pompadour #68153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 56.22%
G = 11.35%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68153C (or 0x68153C) is known color: Pompadour. HEX triplet: 68, 15 and 3C. RGB value is (104,21,60). Sum of RGB (Red+Green+Blue) = 104+21+60=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68153C is #97EAC3. Grayscale: #323232. Windows color (decimal): -9956036 or 3937640. OLE color: 3937640.

HSL color Cylindrical-coordinate representation of color #68153C: hue angle of 331.81º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68153C is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 60 -
CMYK 0 0.80 0.42 0.59
HSL 331.81º 0.66% 0.25% -
HSV(B) 331.81º 0.8% 0.41% -
XYZ 6.79 3.81 4.65 -
YUV 50.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 104 21 60 0 0.80 0.42 0.59 331.81 0.66 0.25
Hex 68 15 3C 0 50 2A 3B 14C 42 19
Octal 150 25 74 0 120 52 73 514 102 31
Binary 1101000 10101 111100 0 1010000 101010 111011 101001100 1000010 11001

Color Harmonies of #68153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68153C

Black with #68153C

Text Example


Text Example

White with #68153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68153C; }

 p { color: rgb(104,21,60); }

 H1.HeaderClassName
 {
   color: #68153C;
 }
 .AnyTagClassName
 {
   color: #68153C;
 }
</style>

background-color css

<style>
 a { background-color: #68153C; }

 a { background-color: rgb(104,21,60); }

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

border-color css

<style>
 span { border-color: #68153C; }

 span { border-color: rgb(104,21,60); }

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