Html Css Color HEX #611F46 Pompadour

📋 copy color: '#611F46'

red 97 ◦ green 31 ◦ blue 70

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

Shades of Pompadour #611F46

Tints of Pompadour #611F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.66%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 48.99%
G = 15.66%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#611F46 (or 0x611F46) is known color: Pompadour. HEX triplet: 61, 1F and 46. RGB value is (97,31,70). Sum of RGB (Red+Green+Blue) = 97+31+70=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F46 is #9EE0B9. Grayscale: #373737. Windows color (decimal): -10412218 or 4595553. OLE color: 4595553.

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

Color convert

RGB 97 31 70 -
CMYK 0 0.68 0.28 0.62
HSL 324.55º 0.52% 0.25% -
HSV(B) 324.55º 0.68% 0.38% -
XYZ 6.53 3.96 6.22 -
YUV 55.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 97 31 70 0 0.68 0.28 0.62 324.55 0.52 0.25
Hex 61 1F 46 0 44 1C 3E 145 34 19
Octal 141 37 106 0 104 34 76 505 64 31
Binary 1100001 11111 1000110 0 1000100 11100 111110 101000101 110100 11001

Color Harmonies of #611F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F46

Black with #611F46

Text Example


Text Example

White with #611F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,70); }

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

background-color css

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

 a { background-color: rgb(97,31,70); }

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

border-color css

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

 span { border-color: rgb(97,31,70); }

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