Html Css Color HEX #611E3F Pompadour

📋 copy color: '#611E3F'

red 97 ◦ green 30 ◦ blue 63

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

Shades of Pompadour #611E3F

Tints of Pompadour #611E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.79%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 51.05%
G = 15.79%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#611E3F (or 0x611E3F) is known color: Pompadour. HEX triplet: 61, 1E and 3F. RGB value is (97,30,63). Sum of RGB (Red+Green+Blue) = 97+30+63=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #611E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E3F is #9EE1C0. Grayscale: #353535. Windows color (decimal): -10412481 or 4136545. OLE color: 4136545.

HSL color Cylindrical-coordinate representation of color #611E3F: hue angle of 330.45º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E3F is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 63 -
CMYK 0 0.69 0.35 0.62
HSL 330.45º 0.53% 0.25% -
HSV(B) 330.45º 0.69% 0.38% -
XYZ 6.29 3.83 5.11 -
YUV 53.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 97 30 63 0 0.69 0.35 0.62 330.45 0.53 0.25
Hex 61 1E 3F 0 45 23 3E 14A 35 19
Octal 141 36 77 0 105 43 76 512 65 31
Binary 1100001 11110 111111 0 1000101 100011 111110 101001010 110101 11001

Color Harmonies of #611E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E3F

Black with #611E3F

Text Example


Text Example

White with #611E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E3F; }

 p { color: rgb(97,30,63); }

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

background-color css

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

 a { background-color: rgb(97,30,63); }

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

border-color css

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

 span { border-color: rgb(97,30,63); }

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