Html Css Color HEX #611735 Pompadour

📋 copy color: '#611735'

red 97 ◦ green 23 ◦ blue 53

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

Shades of Pompadour #611735

Tints of Pompadour #611735

RGB

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

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

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

R = 56.07%
G = 13.29%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611735 (or 0x611735) is known color: Pompadour. HEX triplet: 61, 17 and 35. RGB value is (97,23,53). Sum of RGB (Red+Green+Blue) = 97+23+53=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #611735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611735 is #9EE8CA. Grayscale: #303030. Windows color (decimal): -10414283 or 3479393. OLE color: 3479393.

HSL color Cylindrical-coordinate representation of color #611735: hue angle of 335.68º 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 #611735 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 53 -
CMYK 0 0.76 0.45 0.62
HSL 335.68º 0.62% 0.24% -
HSV(B) 335.68º 0.76% 0.38% -
XYZ 5.88 3.41 3.72 -
YUV 48.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 97 23 53 0 0.76 0.45 0.62 335.68 0.62 0.24
Hex 61 17 35 0 4C 2D 3E 150 3E 18
Octal 141 27 65 0 114 55 76 520 76 30
Binary 1100001 10111 110101 0 1001100 101101 111110 101010000 111110 11000

Color Harmonies of #611735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611735

Black with #611735

Text Example


Text Example

White with #611735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611735; }

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

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

background-color css

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

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

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

border-color css

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

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

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