Html Css Color HEX #612844 Pompadour

📋 copy color: '#612844'

red 97 ◦ green 40 ◦ blue 68

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

Shades of Pompadour #612844

Tints of Pompadour #612844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 47.32%
G = 19.51%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#612844 (or 0x612844) is known color: Pompadour. HEX triplet: 61, 28 and 44. RGB value is (97,40,68). Sum of RGB (Red+Green+Blue) = 97+40+68=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612844 is #9ED7BB. Grayscale: #3C3C3C. Windows color (decimal): -10409916 or 4466785. OLE color: 4466785.

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

Color convert

RGB 97 40 68 -
CMYK 0 0.59 0.30 0.62
HSL 330.53º 0.42% 0.27% -
HSV(B) 330.53º 0.59% 0.38% -
XYZ 6.73 4.48 5.98 -
YUV 60.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 97 40 68 0 0.59 0.30 0.62 330.53 0.42 0.27
Hex 61 28 44 0 3B 1E 3E 14B 2A 1B
Octal 141 50 104 0 73 36 76 513 52 33
Binary 1100001 101000 1000100 0 111011 11110 111110 101001011 101010 11011

Color Harmonies of #612844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612844

Black with #612844

Text Example


Text Example

White with #612844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612844; }

 p { color: rgb(97,40,68); }

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

background-color css

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

 a { background-color: rgb(97,40,68); }

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

border-color css

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

 span { border-color: rgb(97,40,68); }

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