Html Css Color HEX #612945 Pompadour

📋 copy color: '#612945'

red 97 ◦ green 41 ◦ blue 69

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

Shades of Pompadour #612945

Tints of Pompadour #612945

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

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

R = 46.86%
G = 19.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#612945 (or 0x612945) is known color: Pompadour. HEX triplet: 61, 29 and 45. RGB value is (97,41,69). Sum of RGB (Red+Green+Blue) = 97+41+69=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #612945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612945 is #9ED6BA. Grayscale: #3C3C3C. Windows color (decimal): -10409659 or 4532577. OLE color: 4532577.

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

Color convert

RGB 97 41 69 -
CMYK 0 0.58 0.29 0.62
HSL 330º 0.41% 0.27% -
HSV(B) 330º 0.58% 0.38% -
XYZ 6.8 4.56 6.15 -
YUV 60.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 97 41 69 0 0.58 0.29 0.62 330 0.41 0.27
Hex 61 29 45 0 3A 1D 3E 14A 29 1B
Octal 141 51 105 0 72 35 76 512 51 33
Binary 1100001 101001 1000101 0 111010 11101 111110 101001010 101001 11011

Color Harmonies of #612945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612945

Black with #612945

Text Example


Text Example

White with #612945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612945; }

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

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

background-color css

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

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

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

border-color css

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

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

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