Html Css Color HEX #611335 Pompadour

📋 copy color: '#611335'

red 97 ◦ green 19 ◦ blue 53

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

Shades of Pompadour #611335

Tints of Pompadour #611335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 57.4%
G = 11.24%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611335 (or 0x611335) is known color: Pompadour. HEX triplet: 61, 13 and 35. RGB value is (97,19,53). Sum of RGB (Red+Green+Blue) = 97+19+53=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611335 is #9EECCA. Grayscale: #2E2E2E. Windows color (decimal): -10415307 or 3478369. OLE color: 3478369.

HSL color Cylindrical-coordinate representation of color #611335: hue angle of 333.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611335 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 53 -
CMYK 0 0.80 0.45 0.62
HSL 333.85º 0.67% 0.23% -
HSV(B) 333.85º 0.8% 0.38% -
XYZ 5.81 3.26 3.69 -
YUV 46.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 97 19 53 0 0.80 0.45 0.62 333.85 0.67 0.23
Hex 61 13 35 0 50 2D 3E 14E 43 17
Octal 141 23 65 0 120 55 76 516 103 27
Binary 1100001 10011 110101 0 1010000 101101 111110 101001110 1000011 10111

Color Harmonies of #611335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611335

Black with #611335

Text Example


Text Example

White with #611335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611335; }

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

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

background-color css

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

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

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

border-color css

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

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

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