Html Css Color HEX #671236 Pompadour

📋 copy color: '#671236'

red 103 ◦ green 18 ◦ blue 54

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

Shades of Pompadour #671236

Tints of Pompadour #671236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 58.86%
G = 10.29%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#671236 (or 0x671236) is known color: Pompadour. HEX triplet: 67, 12 and 36. RGB value is (103,18,54). Sum of RGB (Red+Green+Blue) = 103+18+54=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671236 is #98EDC9. Grayscale: #2F2F2F. Windows color (decimal): -10022346 or 3543655. OLE color: 3543655.

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

Color convert

RGB 103 18 54 -
CMYK 0 0.83 0.48 0.60
HSL 334.59º 0.7% 0.24% -
HSV(B) 334.59º 0.83% 0.4% -
XYZ 6.48 3.58 3.84 -
YUV 47.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 103 18 54 0 0.83 0.48 0.60 334.59 0.7 0.24
Hex 67 12 36 0 53 30 3C 14F 46 18
Octal 147 22 66 0 123 60 74 517 106 30
Binary 1100111 10010 110110 0 1010011 110000 111100 101001111 1000110 11000

Color Harmonies of #671236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671236

Black with #671236

Text Example


Text Example

White with #671236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671236; }

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

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

background-color css

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

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

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

border-color css

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

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

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