Html Css Color HEX #61154B Pompadour

📋 copy color: '#61154B'

red 97 ◦ green 21 ◦ blue 75

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

Shades of Pompadour #61154B

Tints of Pompadour #61154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 50.26%
G = 10.88%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61154B (or 0x61154B) is known color: Pompadour. HEX triplet: 61, 15 and 4B. RGB value is (97,21,75). Sum of RGB (Red+Green+Blue) = 97+21+75=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61154B is #9EEAB4. Grayscale: #313131. Windows color (decimal): -10414773 or 4920673. OLE color: 4920673.

HSL color Cylindrical-coordinate representation of color #61154B: hue angle of 317.37º 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 #61154B is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 75 -
CMYK 0 0.78 0.23 0.62
HSL 317.37º 0.64% 0.23% -
HSV(B) 317.37º 0.78% 0.38% -
XYZ 6.47 3.59 7.01 -
YUV 49.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 97 21 75 0 0.78 0.23 0.62 317.37 0.64 0.23
Hex 61 15 4B 0 4E 17 3E 13D 40 17
Octal 141 25 113 0 116 27 76 475 100 27
Binary 1100001 10101 1001011 0 1001110 10111 111110 100111101 1000000 10111

Color Harmonies of #61154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61154B

Black with #61154B

Text Example


Text Example

White with #61154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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