Html Css Color HEX #671145 Pompadour

📋 copy color: '#671145'

red 103 ◦ green 17 ◦ blue 69

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

Shades of Pompadour #671145

Tints of Pompadour #671145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 54.5%
G = 8.99%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#671145 (or 0x671145) is known color: Pompadour. HEX triplet: 67, 11 and 45. RGB value is (103,17,69). Sum of RGB (Red+Green+Blue) = 103+17+69=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671145 is #98EEBA. Grayscale: #303030. Windows color (decimal): -10022587 or 4526439. OLE color: 4526439.

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

Color convert

RGB 103 17 69 -
CMYK 0 0.83 0.33 0.60
HSL 323.72º 0.72% 0.24% -
HSV(B) 323.72º 0.83% 0.4% -
XYZ 6.87 3.71 5.99 -
YUV 48.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 103 17 69 0 0.83 0.33 0.60 323.72 0.72 0.24
Hex 67 11 45 0 53 21 3C 144 48 18
Octal 147 21 105 0 123 41 74 504 110 30
Binary 1100111 10001 1000101 0 1010011 100001 111100 101000100 1001000 11000

Color Harmonies of #671145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671145

Black with #671145

Text Example


Text Example

White with #671145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671145; }

 p { color: rgb(103,17,69); }

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

background-color css

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

 a { background-color: rgb(103,17,69); }

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

border-color css

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

 span { border-color: rgb(103,17,69); }

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