Html Css Color HEX #612840 Pompadour

📋 copy color: '#612840'

red 97 ◦ green 40 ◦ blue 64

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

Shades of Pompadour #612840

Tints of Pompadour #612840

RGB

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

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

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

R = 48.26%
G = 19.9%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#612840 (or 0x612840) is known color: Pompadour. HEX triplet: 61, 28 and 40. RGB value is (97,40,64). Sum of RGB (Red+Green+Blue) = 97+40+64=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #612840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612840 is #9ED7BF. Grayscale: #3B3B3B. Windows color (decimal): -10409920 or 4204641. OLE color: 4204641.

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

Color convert

RGB 97 40 64 -
CMYK 0 0.59 0.34 0.62
HSL 334.74º 0.42% 0.27% -
HSV(B) 334.74º 0.59% 0.38% -
XYZ 6.61 4.43 5.36 -
YUV 59.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 97 40 64 0 0.59 0.34 0.62 334.74 0.42 0.27
Hex 61 28 40 0 3B 22 3E 14F 2A 1B
Octal 141 50 100 0 73 42 76 517 52 33
Binary 1100001 101000 1000000 0 111011 100010 111110 101001111 101010 11011

Color Harmonies of #612840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612840

Black with #612840

Text Example


Text Example

White with #612840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612840; }

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

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

background-color css

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

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

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

border-color css

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

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

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