Html Css Color HEX #671C4B Pompadour

📋 copy color: '#671C4B'

red 103 ◦ green 28 ◦ blue 75

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

Shades of Pompadour #671C4B

Tints of Pompadour #671C4B

RGB

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

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

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

R = 50%
G = 13.59%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#671C4B (or 0x671C4B) is known color: Pompadour. HEX triplet: 67, 1C and 4B. RGB value is (103,28,75). Sum of RGB (Red+Green+Blue) = 103+28+75=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #671C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C4B is #98E3B4. Grayscale: #373737. Windows color (decimal): -10019765 or 4922471. OLE color: 4922471.

HSL color Cylindrical-coordinate representation of color #671C4B: hue angle of 322.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 #671C4B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 28 75 -
CMYK 0 0.73 0.27 0.60
HSL 322.4º 0.57% 0.26% -
HSV(B) 322.4º 0.73% 0.4% -
XYZ 7.28 4.22 7.09 -
YUV 55.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 103 28 75 0 0.73 0.27 0.60 322.4 0.57 0.26
Hex 67 1C 4B 0 49 1B 3C 142 39 1A
Octal 147 34 113 0 111 33 74 502 71 32
Binary 1100111 11100 1001011 0 1001001 11011 111100 101000010 111001 11010

Color Harmonies of #671C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C4B

Black with #671C4B

Text Example


Text Example

White with #671C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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