Html Css Color HEX #612241 Pompadour

📋 copy color: '#612241'

red 97 ◦ green 34 ◦ blue 65

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

Shades of Pompadour #612241

Tints of Pompadour #612241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 49.49%
G = 17.35%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#612241 (or 0x612241) is known color: Pompadour. HEX triplet: 61, 22 and 41. RGB value is (97,34,65). Sum of RGB (Red+Green+Blue) = 97+34+65=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #612241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612241 is #9EDDBE. Grayscale: #383838. Windows color (decimal): -10411455 or 4268641. OLE color: 4268641.

HSL color Cylindrical-coordinate representation of color #612241: hue angle of 330.48º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612241 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 65 -
CMYK 0 0.65 0.33 0.62
HSL 330.48º 0.48% 0.26% -
HSV(B) 330.48º 0.65% 0.38% -
XYZ 6.46 4.07 5.45 -
YUV 56.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 97 34 65 0 0.65 0.33 0.62 330.48 0.48 0.26
Hex 61 22 41 0 41 21 3E 14A 30 1A
Octal 141 42 101 0 101 41 76 512 60 32
Binary 1100001 100010 1000001 0 1000001 100001 111110 101001010 110000 11010

Color Harmonies of #612241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612241

Black with #612241

Text Example


Text Example

White with #612241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612241; }

 p { color: rgb(97,34,65); }

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

background-color css

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

 a { background-color: rgb(97,34,65); }

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

border-color css

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

 span { border-color: rgb(97,34,65); }

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