Html Css Color HEX #5E252E Jazz

📋 copy color: '#5E252E'

red 94 ◦ green 37 ◦ blue 46

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

Shades of Jazz #5E252E

Tints of Jazz #5E252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 53.11%
G = 20.9%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E252E (or 0x5E252E) is known color: Jazz. HEX triplet: 5E, 25 and 2E. RGB value is (94,37,46). Sum of RGB (Red+Green+Blue) = 94+37+46=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E252E is #A1DAD1. Grayscale: #373737. Windows color (decimal): -10607314 or 3024222. OLE color: 3024222.

HSL color Cylindrical-coordinate representation of color #5E252E: hue angle of 350.53º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E252E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 37 46 -
CMYK 0 0.61 0.51 0.63
HSL 350.53º 0.44% 0.26% -
HSV(B) 350.53º 0.61% 0.37% -
XYZ 5.77 3.9 3.03 -
YUV 55.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 94 37 46 0 0.61 0.51 0.63 350.53 0.44 0.26
Hex 5E 25 2E 0 3D 33 3F 15F 2C 1A
Octal 136 45 56 0 75 63 77 537 54 32
Binary 1011110 100101 101110 0 111101 110011 111111 101011111 101100 11010

Color Harmonies of #5E252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E252E

Black with #5E252E

Text Example


Text Example

White with #5E252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,37,46); }

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

background-color css

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

 a { background-color: rgb(94,37,46); }

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

border-color css

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

 span { border-color: rgb(94,37,46); }

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