Html Css Color HEX #61143D Pompadour

📋 copy color: '#61143D'

red 97 ◦ green 20 ◦ blue 61

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

Shades of Pompadour #61143D

Tints of Pompadour #61143D

RGB

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

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

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

R = 54.49%
G = 11.24%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61143D (or 0x61143D) is known color: Pompadour. HEX triplet: 61, 14 and 3D. RGB value is (97,20,61). Sum of RGB (Red+Green+Blue) = 97+20+61=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61143D is #9EEBC2. Grayscale: #2F2F2F. Windows color (decimal): -10415043 or 4002913. OLE color: 4002913.

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

Color convert

RGB 97 20 61 -
CMYK 0 0.79 0.37 0.62
HSL 328.05º 0.66% 0.23% -
HSV(B) 328.05º 0.79% 0.38% -
XYZ 6.02 3.38 4.75 -
YUV 47.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 97 20 61 0 0.79 0.37 0.62 328.05 0.66 0.23
Hex 61 14 3D 0 4F 25 3E 148 42 17
Octal 141 24 75 0 117 45 76 510 102 27
Binary 1100001 10100 111101 0 1001111 100101 111110 101001000 1000010 10111

Color Harmonies of #61143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61143D

Black with #61143D

Text Example


Text Example

White with #61143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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