Html Css Color HEX #61153D Pompadour

📋 copy color: '#61153D'

red 97 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #61153D

Tints of Pompadour #61153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

 BLUE value IS 61 (24.22% from 255) = 34.08%

R = 54.19%
G = 11.73%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61153D (or 0x61153D) is known color: Pompadour. HEX triplet: 61, 15 and 3D. RGB value is (97,21,61). Sum of RGB (Red+Green+Blue) = 97+21+61=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61153D is #9EEAC2. Grayscale: #303030. Windows color (decimal): -10414787 or 4003169. OLE color: 4003169.

HSL color Cylindrical-coordinate representation of color #61153D: hue angle of 328.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61153D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 61 -
CMYK 0 0.78 0.37 0.62
HSL 328.42º 0.64% 0.23% -
HSV(B) 328.42º 0.78% 0.38% -
XYZ 6.04 3.41 4.76 -
YUV 48.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 97 21 61 0 0.78 0.37 0.62 328.42 0.64 0.23
Hex 61 15 3D 0 4E 25 3E 148 40 17
Octal 141 25 75 0 116 45 76 510 100 27
Binary 1100001 10101 111101 0 1001110 100101 111110 101001000 1000000 10111

Color Harmonies of #61153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61153D

Black with #61153D

Text Example


Text Example

White with #61153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61153D; }

 p { color: rgb(97,21,61); }

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

background-color css

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

 a { background-color: rgb(97,21,61); }

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

border-color css

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

 span { border-color: rgb(97,21,61); }

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