Html Css Color HEX #612448 Pompadour

📋 copy color: '#612448'

red 97 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #612448

Tints of Pompadour #612448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 47.32%
G = 17.56%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#612448 (or 0x612448) is known color: Pompadour. HEX triplet: 61, 24 and 48. RGB value is (97,36,72). Sum of RGB (Red+Green+Blue) = 97+36+72=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612448 is #9EDBB7. Grayscale: #3A3A3A. Windows color (decimal): -10410936 or 4727905. OLE color: 4727905.

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

Color convert

RGB 97 36 72 -
CMYK 0 0.63 0.26 0.62
HSL 324.59º 0.46% 0.26% -
HSV(B) 324.59º 0.63% 0.38% -
XYZ 6.73 4.27 6.6 -
YUV 58.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 97 36 72 0 0.63 0.26 0.62 324.59 0.46 0.26
Hex 61 24 48 0 3F 1A 3E 145 2E 1A
Octal 141 44 110 0 77 32 76 505 56 32
Binary 1100001 100100 1001000 0 111111 11010 111110 101000101 101110 11010

Color Harmonies of #612448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612448

Black with #612448

Text Example


Text Example

White with #612448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612448; }

 p { color: rgb(97,36,72); }

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

background-color css

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

 a { background-color: rgb(97,36,72); }

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

border-color css

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

 span { border-color: rgb(97,36,72); }

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