Html Css Color HEX #5E1630 Claret

📋 copy color: '#5E1630'

red 94 ◦ green 22 ◦ blue 48

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

Shades of Claret #5E1630

Tints of Claret #5E1630

RGB

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

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

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

R = 57.32%
G = 13.41%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5E1630 (or 0x5E1630) is known color: Claret. HEX triplet: 5E, 16 and 30. RGB value is (94,22,48). Sum of RGB (Red+Green+Blue) = 94+22+48=164 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.32% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1630 is #A1E9CF. Grayscale: #2E2E2E. Windows color (decimal): -10611152 or 3151454. OLE color: 3151454.

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

Color convert

RGB 94 22 48 -
CMYK 0 0.77 0.49 0.63
HSL 338.33º 0.62% 0.23% -
HSV(B) 338.33º 0.77% 0.37% -
XYZ 5.44 3.17 3.12 -
YUV 46.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 94 22 48 0 0.77 0.49 0.63 338.33 0.62 0.23
Hex 5E 16 30 0 4D 31 3F 152 3E 17
Octal 136 26 60 0 115 61 77 522 76 27
Binary 1011110 10110 110000 0 1001101 110001 111111 101010010 111110 10111

Color Harmonies of #5E1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1630

Black with #5E1630

Text Example


Text Example

White with #5E1630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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