Html Css Color HEX #5E1531 Claret

📋 copy color: '#5E1531'

red 94 ◦ green 21 ◦ blue 49

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

Shades of Claret #5E1531

Tints of Claret #5E1531

RGB

 RED value IS 94 (37.11% from 255) = 57.32%

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

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 57.32%
G = 12.8%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5E1531 (or 0x5E1531) is known color: Claret. HEX triplet: 5E, 15 and 31. RGB value is (94,21,49). Sum of RGB (Red+Green+Blue) = 94+21+49=164 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.32% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1531 is #A1EACE. Grayscale: #2D2D2D. Windows color (decimal): -10611407 or 3216734. OLE color: 3216734.

HSL color Cylindrical-coordinate representation of color #5E1531: hue angle of 336.99º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1531 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 49 -
CMYK 0 0.78 0.48 0.63
HSL 336.99º 0.63% 0.23% -
HSV(B) 336.99º 0.78% 0.37% -
XYZ 5.44 3.14 3.22 -
YUV 46.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 94 21 49 0 0.78 0.48 0.63 336.99 0.63 0.23
Hex 5E 15 31 0 4E 30 3F 151 3F 17
Octal 136 25 61 0 116 60 77 521 77 27
Binary 1011110 10101 110001 0 1001110 110000 111111 101010001 111111 10111

Color Harmonies of #5E1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1531

Black with #5E1531

Text Example


Text Example

White with #5E1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E1531; }

 p { color: rgb(94,21,49); }

 H1.HeaderClassName
 {
   color: #5E1531;
 }
 .AnyTagClassName
 {
   color: #5E1531;
 }
</style>

background-color css

<style>
 a { background-color: #5E1531; }

 a { background-color: rgb(94,21,49); }

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

border-color css

<style>
 span { border-color: #5E1531; }

 span { border-color: rgb(94,21,49); }

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