Html Css Color HEX #611745 Pompadour

📋 copy color: '#611745'

red 97 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #611745

Tints of Pompadour #611745

RGB

 RED value IS 97 (38.28% from 255) = 51.32%

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 51.32%
G = 12.17%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#611745 (or 0x611745) is known color: Pompadour. HEX triplet: 61, 17 and 45. RGB value is (97,23,69). Sum of RGB (Red+Green+Blue) = 97+23+69=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #611745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611745 is #9EE8BA. Grayscale: #323232. Windows color (decimal): -10414267 or 4527969. OLE color: 4527969.

HSL color Cylindrical-coordinate representation of color #611745: hue angle of 322.7º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611745 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 69 -
CMYK 0 0.76 0.29 0.62
HSL 322.7º 0.62% 0.24% -
HSV(B) 322.7º 0.76% 0.38% -
XYZ 6.31 3.58 5.99 -
YUV 50.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 97 23 69 0 0.76 0.29 0.62 322.7 0.62 0.24
Hex 61 17 45 0 4C 1D 3E 143 3E 18
Octal 141 27 105 0 114 35 76 503 76 30
Binary 1100001 10111 1000101 0 1001100 11101 111110 101000011 111110 11000

Color Harmonies of #611745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611745

Black with #611745

Text Example


Text Example

White with #611745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611745; }

 p { color: rgb(97,23,69); }

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

background-color css

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

 a { background-color: rgb(97,23,69); }

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

border-color css

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

 span { border-color: rgb(97,23,69); }

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