Html Css Color HEX #612145 Pompadour

📋 copy color: '#612145'

red 97 ◦ green 33 ◦ blue 69

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

Shades of Pompadour #612145

Tints of Pompadour #612145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 48.74%
G = 16.58%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#612145 (or 0x612145) is known color: Pompadour. HEX triplet: 61, 21 and 45. RGB value is (97,33,69). Sum of RGB (Red+Green+Blue) = 97+33+69=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612145 is #9EDEBA. Grayscale: #383838. Windows color (decimal): -10411707 or 4530529. OLE color: 4530529.

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

Color convert

RGB 97 33 69 -
CMYK 0 0.66 0.29 0.62
HSL 326.25º 0.49% 0.25% -
HSV(B) 326.25º 0.66% 0.38% -
XYZ 6.55 4.06 6.07 -
YUV 56.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 97 33 69 0 0.66 0.29 0.62 326.25 0.49 0.25
Hex 61 21 45 0 42 1D 3E 146 31 19
Octal 141 41 105 0 102 35 76 506 61 31
Binary 1100001 100001 1000101 0 1000010 11101 111110 101000110 110001 11001

Color Harmonies of #612145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612145

Black with #612145

Text Example


Text Example

White with #612145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612145; }

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

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

background-color css

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

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

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

border-color css

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

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

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