Html Css Color HEX #612342 Pompadour

📋 copy color: '#612342'

red 97 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #612342

Tints of Pompadour #612342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 48.99%
G = 17.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612342 (or 0x612342) is known color: Pompadour. HEX triplet: 61, 23 and 42. RGB value is (97,35,66). Sum of RGB (Red+Green+Blue) = 97+35+66=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #612342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612342 is #9EDCBD. Grayscale: #393939. Windows color (decimal): -10411198 or 4334433. OLE color: 4334433.

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

Color convert

RGB 97 35 66 -
CMYK 0 0.64 0.32 0.62
HSL 330º 0.47% 0.26% -
HSV(B) 330º 0.64% 0.38% -
XYZ 6.51 4.14 5.61 -
YUV 57.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 97 35 66 0 0.64 0.32 0.62 330 0.47 0.26
Hex 61 23 42 0 40 20 3E 14A 2F 1A
Octal 141 43 102 0 100 40 76 512 57 32
Binary 1100001 100011 1000010 0 1000000 100000 111110 101001010 101111 11010

Color Harmonies of #612342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612342

Black with #612342

Text Example


Text Example

White with #612342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612342; }

 p { color: rgb(97,35,66); }

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

background-color css

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

 a { background-color: rgb(97,35,66); }

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

border-color css

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

 span { border-color: rgb(97,35,66); }

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