Html Css Color HEX #671441 Pompadour

📋 copy color: '#671441'

red 103 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #671441

Tints of Pompadour #671441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 54.79%
G = 10.64%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#671441 (or 0x671441) is known color: Pompadour. HEX triplet: 67, 14 and 41. RGB value is (103,20,65). Sum of RGB (Red+Green+Blue) = 103+20+65=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #671441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671441 is #98EBBE. Grayscale: #313131. Windows color (decimal): -10021823 or 4265063. OLE color: 4265063.

HSL color Cylindrical-coordinate representation of color #671441: hue angle of 327.47º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671441 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 65 -
CMYK 0 0.81 0.37 0.60
HSL 327.47º 0.67% 0.24% -
HSV(B) 327.47º 0.81% 0.4% -
XYZ 6.8 3.77 5.37 -
YUV 49.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 103 20 65 0 0.81 0.37 0.60 327.47 0.67 0.24
Hex 67 14 41 0 51 25 3C 147 43 18
Octal 147 24 101 0 121 45 74 507 103 30
Binary 1100111 10100 1000001 0 1010001 100101 111100 101000111 1000011 11000

Color Harmonies of #671441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671441

Black with #671441

Text Example


Text Example

White with #671441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671441; }

 p { color: rgb(103,20,65); }

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

background-color css

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

 a { background-color: rgb(103,20,65); }

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

border-color css

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

 span { border-color: rgb(103,20,65); }

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