Html Css Color HEX #67124B Pompadour

📋 copy color: '#67124B'

red 103 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #67124B

Tints of Pompadour #67124B

RGB

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

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

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

R = 52.55%
G = 9.18%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#67124B (or 0x67124B) is known color: Pompadour. HEX triplet: 67, 12 and 4B. RGB value is (103,18,75). Sum of RGB (Red+Green+Blue) = 103+18+75=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67124B is #98EDB4. Grayscale: #313131. Windows color (decimal): -10022325 or 4919911. OLE color: 4919911.

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

Color convert

RGB 103 18 75 -
CMYK 0 0.83 0.27 0.60
HSL 319.76º 0.7% 0.24% -
HSV(B) 319.76º 0.83% 0.4% -
XYZ 7.08 3.82 7.02 -
YUV 49.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 103 18 75 0 0.83 0.27 0.60 319.76 0.7 0.24
Hex 67 12 4B 0 53 1B 3C 140 46 18
Octal 147 22 113 0 123 33 74 500 106 30
Binary 1100111 10010 1001011 0 1010011 11011 111100 101000000 1000110 11000

Color Harmonies of #67124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67124B

Black with #67124B

Text Example


Text Example

White with #67124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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