Html Css Color HEX #67134C Pompadour

📋 copy color: '#67134C'

red 103 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #67134C

Tints of Pompadour #67134C

RGB

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

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

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

R = 52.02%
G = 9.6%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67134C (or 0x67134C) is known color: Pompadour. HEX triplet: 67, 13 and 4C. RGB value is (103,19,76). Sum of RGB (Red+Green+Blue) = 103+19+76=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67134C is #98ECB3. Grayscale: #323232. Windows color (decimal): -10022068 or 4985703. OLE color: 4985703.

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

Color convert

RGB 103 19 76 -
CMYK 0 0.82 0.26 0.60
HSL 319.29º 0.69% 0.24% -
HSV(B) 319.29º 0.82% 0.4% -
XYZ 7.13 3.87 7.21 -
YUV 50.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 103 19 76 0 0.82 0.26 0.60 319.29 0.69 0.24
Hex 67 13 4C 0 52 1A 3C 13F 45 18
Octal 147 23 114 0 122 32 74 477 105 30
Binary 1100111 10011 1001100 0 1010010 11010 111100 100111111 1000101 11000

Color Harmonies of #67134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67134C

Black with #67134C

Text Example


Text Example

White with #67134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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