Html Css Color HEX #5E1530 Claret

📋 copy color: '#5E1530'

red 94 ◦ green 21 ◦ blue 48

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

Shades of Claret #5E1530

Tints of Claret #5E1530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 57.67%
G = 12.88%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5E1530 (or 0x5E1530) is known color: Claret. HEX triplet: 5E, 15 and 30. RGB value is (94,21,48). Sum of RGB (Red+Green+Blue) = 94+21+48=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1530 is #A1EACF. Grayscale: #2D2D2D. Windows color (decimal): -10611408 or 3151198. OLE color: 3151198.

HSL color Cylindrical-coordinate representation of color #5E1530: hue angle of 337.81º 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 #5E1530 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 48 -
CMYK 0 0.78 0.49 0.63
HSL 337.81º 0.63% 0.23% -
HSV(B) 337.81º 0.78% 0.37% -
XYZ 5.42 3.13 3.11 -
YUV 45.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 94 21 48 0 0.78 0.49 0.63 337.81 0.63 0.23
Hex 5E 15 30 0 4E 31 3F 152 3F 17
Octal 136 25 60 0 116 61 77 522 77 27
Binary 1011110 10101 110000 0 1001110 110001 111111 101010010 111111 10111

Color Harmonies of #5E1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1530

Black with #5E1530

Text Example


Text Example

White with #5E1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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