Html Css Color HEX #61143C Pompadour

📋 copy color: '#61143C'

red 97 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #61143C

Tints of Pompadour #61143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 54.8%
G = 11.3%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61143C (or 0x61143C) is known color: Pompadour. HEX triplet: 61, 14 and 3C. RGB value is (97,20,60). Sum of RGB (Red+Green+Blue) = 97+20+60=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61143C is #9EEBC3. Grayscale: #2F2F2F. Windows color (decimal): -10415044 or 3937377. OLE color: 3937377.

HSL color Cylindrical-coordinate representation of color #61143C: hue angle of 328.83º 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 #61143C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 60 -
CMYK 0 0.79 0.38 0.62
HSL 328.83º 0.66% 0.23% -
HSV(B) 328.83º 0.79% 0.38% -
XYZ 6 3.37 4.61 -
YUV 47.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 97 20 60 0 0.79 0.38 0.62 328.83 0.66 0.23
Hex 61 14 3C 0 4F 26 3E 149 42 17
Octal 141 24 74 0 117 46 76 511 102 27
Binary 1100001 10100 111100 0 1001111 100110 111110 101001001 1000010 10111

Color Harmonies of #61143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61143C

Black with #61143C

Text Example


Text Example

White with #61143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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