Html Css Color HEX #68133C Pompadour

📋 copy color: '#68133C'

red 104 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #68133C

Tints of Pompadour #68133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 56.83%
G = 10.38%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68133C (or 0x68133C) is known color: Pompadour. HEX triplet: 68, 13 and 3C. RGB value is (104,19,60). Sum of RGB (Red+Green+Blue) = 104+19+60=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68133C is #97ECC3. Grayscale: #313131. Windows color (decimal): -9956548 or 3937128. OLE color: 3937128.

HSL color Cylindrical-coordinate representation of color #68133C: hue angle of 331.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68133C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 60 -
CMYK 0 0.82 0.42 0.59
HSL 331.06º 0.69% 0.24% -
HSV(B) 331.06º 0.82% 0.41% -
XYZ 6.76 3.74 4.64 -
YUV 49.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 104 19 60 0 0.82 0.42 0.59 331.06 0.69 0.24
Hex 68 13 3C 0 52 2A 3B 14B 45 18
Octal 150 23 74 0 122 52 73 513 105 30
Binary 1101000 10011 111100 0 1010010 101010 111011 101001011 1000101 11000

Color Harmonies of #68133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68133C

Black with #68133C

Text Example


Text Example

White with #68133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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