Html Css Color HEX #5E1631 Claret

📋 copy color: '#5E1631'

red 94 ◦ green 22 ◦ blue 49

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

Shades of Claret #5E1631

Tints of Claret #5E1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.33%

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

R = 56.97%
G = 13.33%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5E1631 (or 0x5E1631) is known color: Claret. HEX triplet: 5E, 16 and 31. RGB value is (94,22,49). Sum of RGB (Red+Green+Blue) = 94+22+49=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1631 is #A1E9CE. Grayscale: #2E2E2E. Windows color (decimal): -10611151 or 3216990. OLE color: 3216990.

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

Color convert

RGB 94 22 49 -
CMYK 0 0.77 0.48 0.63
HSL 337.5º 0.62% 0.23% -
HSV(B) 337.5º 0.77% 0.37% -
XYZ 5.46 3.18 3.23 -
YUV 46.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 94 22 49 0 0.77 0.48 0.63 337.5 0.62 0.23
Hex 5E 16 31 0 4D 30 3F 152 3E 17
Octal 136 26 61 0 115 60 77 522 76 27
Binary 1011110 10110 110001 0 1001101 110000 111111 101010010 111110 10111

Color Harmonies of #5E1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1631

Black with #5E1631

Text Example


Text Example

White with #5E1631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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