Html Css Color HEX #67124C Pompadour

📋 copy color: '#67124C'

red 103 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #67124C

Tints of Pompadour #67124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 52.28%
G = 9.14%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67124C (or 0x67124C) is known color: Pompadour. HEX triplet: 67, 12 and 4C. RGB value is (103,18,76). Sum of RGB (Red+Green+Blue) = 103+18+76=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67124C is #98EDB3. Grayscale: #313131. Windows color (decimal): -10022324 or 4985447. OLE color: 4985447.

HSL color Cylindrical-coordinate representation of color #67124C: hue angle of 319.06º degrees, saturation: 0.7, 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 #67124C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 76 -
CMYK 0 0.83 0.26 0.60
HSL 319.06º 0.7% 0.24% -
HSV(B) 319.06º 0.83% 0.4% -
XYZ 7.11 3.84 7.2 -
YUV 50.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 103 18 76 0 0.83 0.26 0.60 319.06 0.7 0.24
Hex 67 12 4C 0 53 1A 3C 13F 46 18
Octal 147 22 114 0 123 32 74 477 106 30
Binary 1100111 10010 1001100 0 1010011 11010 111100 100111111 1000110 11000

Color Harmonies of #67124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67124C

Black with #67124C

Text Example


Text Example

White with #67124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,18,76); }

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

background-color css

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

 a { background-color: rgb(103,18,76); }

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

border-color css

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

 span { border-color: rgb(103,18,76); }

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