Html Css Color HEX #612440 Pompadour

📋 copy color: '#612440'

red 97 ◦ green 36 ◦ blue 64

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

Shades of Pompadour #612440

Tints of Pompadour #612440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 49.24%
G = 18.27%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#612440 (or 0x612440) is known color: Pompadour. HEX triplet: 61, 24 and 40. RGB value is (97,36,64). Sum of RGB (Red+Green+Blue) = 97+36+64=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #612440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612440 is #9EDBBF. Grayscale: #393939. Windows color (decimal): -10410944 or 4203617. OLE color: 4203617.

HSL color Cylindrical-coordinate representation of color #612440: hue angle of 332.46º 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 #612440 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 64 -
CMYK 0 0.63 0.34 0.62
HSL 332.46º 0.46% 0.26% -
HSV(B) 332.46º 0.63% 0.38% -
XYZ 6.49 4.17 5.31 -
YUV 57.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 97 36 64 0 0.63 0.34 0.62 332.46 0.46 0.26
Hex 61 24 40 0 3F 22 3E 14C 2E 1A
Octal 141 44 100 0 77 42 76 514 56 32
Binary 1100001 100100 1000000 0 111111 100010 111110 101001100 101110 11010

Color Harmonies of #612440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612440

Black with #612440

Text Example


Text Example

White with #612440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612440; }

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

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

background-color css

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

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

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

border-color css

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

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

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