Html Css Color HEX #671C3C Pompadour

📋 copy color: '#671C3C'

red 103 ◦ green 28 ◦ blue 60

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

Shades of Pompadour #671C3C

Tints of Pompadour #671C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 53.93%
G = 14.66%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#671C3C (or 0x671C3C) is known color: Pompadour. HEX triplet: 67, 1C and 3C. RGB value is (103,28,60). Sum of RGB (Red+Green+Blue) = 103+28+60=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #671C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C3C is #98E3C3. Grayscale: #363636. Windows color (decimal): -10019780 or 3939431. OLE color: 3939431.

HSL color Cylindrical-coordinate representation of color #671C3C: hue angle of 334.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C3C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 28 60 -
CMYK 0 0.73 0.42 0.60
HSL 334.4º 0.57% 0.26% -
HSV(B) 334.4º 0.73% 0.4% -
XYZ 6.82 4.04 4.7 -
YUV 54.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 103 28 60 0 0.73 0.42 0.60 334.4 0.57 0.26
Hex 67 1C 3C 0 49 2A 3C 14E 39 1A
Octal 147 34 74 0 111 52 74 516 71 32
Binary 1100111 11100 111100 0 1001001 101010 111100 101001110 111001 11010

Color Harmonies of #671C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C3C

Black with #671C3C

Text Example


Text Example

White with #671C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671C3C; }

 p { color: rgb(103,28,60); }

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

background-color css

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

 a { background-color: rgb(103,28,60); }

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

border-color css

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

 span { border-color: rgb(103,28,60); }

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