Html Css Color HEX #611835 Pompadour

📋 copy color: '#611835'

red 97 ◦ green 24 ◦ blue 53

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

Shades of Pompadour #611835

Tints of Pompadour #611835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 55.75%
G = 13.79%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611835 (or 0x611835) is known color: Pompadour. HEX triplet: 61, 18 and 35. RGB value is (97,24,53). Sum of RGB (Red+Green+Blue) = 97+24+53=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #611835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611835 is #9EE7CA. Grayscale: #313131. Windows color (decimal): -10414027 or 3479649. OLE color: 3479649.

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

Color convert

RGB 97 24 53 -
CMYK 0 0.75 0.45 0.62
HSL 336.16º 0.6% 0.24% -
HSV(B) 336.16º 0.75% 0.38% -
XYZ 5.9 3.45 3.72 -
YUV 49.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 97 24 53 0 0.75 0.45 0.62 336.16 0.6 0.24
Hex 61 18 35 0 4B 2D 3E 150 3C 18
Octal 141 30 65 0 113 55 76 520 74 30
Binary 1100001 11000 110101 0 1001011 101101 111110 101010000 111100 11000

Color Harmonies of #611835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611835

Black with #611835

Text Example


Text Example

White with #611835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611835; }

 p { color: rgb(97,24,53); }

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

background-color css

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

 a { background-color: rgb(97,24,53); }

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

border-color css

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

 span { border-color: rgb(97,24,53); }

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