Html Css Color HEX #671536 Pompadour

📋 copy color: '#671536'

red 103 ◦ green 21 ◦ blue 54

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

Shades of Pompadour #671536

Tints of Pompadour #671536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 57.87%
G = 11.8%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#671536 (or 0x671536) is known color: Pompadour. HEX triplet: 67, 15 and 36. RGB value is (103,21,54). Sum of RGB (Red+Green+Blue) = 103+21+54=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #671536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671536 is #98EAC9. Grayscale: #313131. Windows color (decimal): -10021578 or 3544423. OLE color: 3544423.

HSL color Cylindrical-coordinate representation of color #671536: hue angle of 335.85º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671536 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 54 -
CMYK 0 0.80 0.48 0.60
HSL 335.85º 0.66% 0.24% -
HSV(B) 335.85º 0.8% 0.4% -
XYZ 6.53 3.69 3.86 -
YUV 49.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 103 21 54 0 0.80 0.48 0.60 335.85 0.66 0.24
Hex 67 15 36 0 50 30 3C 150 42 18
Octal 147 25 66 0 120 60 74 520 102 30
Binary 1100111 10101 110110 0 1010000 110000 111100 101010000 1000010 11000

Color Harmonies of #671536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671536

Black with #671536

Text Example


Text Example

White with #671536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671536; }

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

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

background-color css

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

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

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

border-color css

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

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

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