Html Css Color HEX #67113C Pompadour

📋 copy color: '#67113C'

red 103 ◦ green 17 ◦ blue 60

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

Shades of Pompadour #67113C

Tints of Pompadour #67113C

RGB

 RED value IS 103 (40.63% from 255) = 57.22%

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

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

R = 57.22%
G = 9.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#67113C (or 0x67113C) is known color: Pompadour. HEX triplet: 67, 11 and 3C. RGB value is (103,17,60). Sum of RGB (Red+Green+Blue) = 103+17+60=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67113C is #98EEC3. Grayscale: #2F2F2F. Windows color (decimal): -10022596 or 3936615. OLE color: 3936615.

HSL color Cylindrical-coordinate representation of color #67113C: hue angle of 330º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67113C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 60 -
CMYK 0 0.83 0.42 0.60
HSL 330º 0.72% 0.24% -
HSV(B) 330º 0.83% 0.4% -
XYZ 6.61 3.61 4.62 -
YUV 47.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 103 17 60 0 0.83 0.42 0.60 330 0.72 0.24
Hex 67 11 3C 0 53 2A 3C 14A 48 18
Octal 147 21 74 0 123 52 74 512 110 30
Binary 1100111 10001 111100 0 1010011 101010 111100 101001010 1001000 11000

Color Harmonies of #67113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67113C

Black with #67113C

Text Example


Text Example

White with #67113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,17,60); }

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

background-color css

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

 a { background-color: rgb(103,17,60); }

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

border-color css

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

 span { border-color: rgb(103,17,60); }

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