Html Css Color HEX #61144B Pompadour

📋 copy color: '#61144B'

red 97 ◦ green 20 ◦ blue 75

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

Shades of Pompadour #61144B

Tints of Pompadour #61144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 50.52%
G = 10.42%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61144B (or 0x61144B) is known color: Pompadour. HEX triplet: 61, 14 and 4B. RGB value is (97,20,75). Sum of RGB (Red+Green+Blue) = 97+20+75=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61144B is #9EEBB4. Grayscale: #313131. Windows color (decimal): -10415029 or 4920417. OLE color: 4920417.

HSL color Cylindrical-coordinate representation of color #61144B: hue angle of 317.14º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61144B is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 75 -
CMYK 0 0.79 0.23 0.62
HSL 317.14º 0.66% 0.23% -
HSV(B) 317.14º 0.79% 0.38% -
XYZ 6.45 3.55 7 -
YUV 49.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 97 20 75 0 0.79 0.23 0.62 317.14 0.66 0.23
Hex 61 14 4B 0 4F 17 3E 13D 42 17
Octal 141 24 113 0 117 27 76 475 102 27
Binary 1100001 10100 1001011 0 1001111 10111 111110 100111101 1000010 10111

Color Harmonies of #61144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61144B

Black with #61144B

Text Example


Text Example

White with #61144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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