Html Css Color HEX #61134C Pompadour

📋 copy color: '#61134C'

red 97 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #61134C

Tints of Pompadour #61134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 50.52%
G = 9.9%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61134C (or 0x61134C) is known color: Pompadour. HEX triplet: 61, 13 and 4C. RGB value is (97,19,76). Sum of RGB (Red+Green+Blue) = 97+19+76=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61134C is #9EECB3. Grayscale: #303030. Windows color (decimal): -10415284 or 4985697. OLE color: 4985697.

HSL color Cylindrical-coordinate representation of color #61134C: hue angle of 316.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61134C is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 76 -
CMYK 0 0.80 0.22 0.62
HSL 316.15º 0.67% 0.23% -
HSV(B) 316.15º 0.8% 0.38% -
XYZ 6.47 3.53 7.18 -
YUV 48.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 97 19 76 0 0.80 0.22 0.62 316.15 0.67 0.23
Hex 61 13 4C 0 50 16 3E 13C 43 17
Octal 141 23 114 0 120 26 76 474 103 27
Binary 1100001 10011 1001100 0 1010000 10110 111110 100111100 1000011 10111

Color Harmonies of #61134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61134C

Black with #61134C

Text Example


Text Example

White with #61134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61134C; }

 p { color: rgb(97,19,76); }

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

background-color css

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

 a { background-color: rgb(97,19,76); }

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

border-color css

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

 span { border-color: rgb(97,19,76); }

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