Html Css Color HEX #5E252F Jazz

📋 copy color: '#5E252F'

red 94 ◦ green 37 ◦ blue 47

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

Shades of Jazz #5E252F

Tints of Jazz #5E252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 52.81%
G = 20.79%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E252F (or 0x5E252F) is known color: Jazz. HEX triplet: 5E, 25 and 2F. RGB value is (94,37,47). Sum of RGB (Red+Green+Blue) = 94+37+47=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E252F is #A1DAD0. Grayscale: #373737. Windows color (decimal): -10607313 or 3089758. OLE color: 3089758.

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

Color convert

RGB 94 37 47 -
CMYK 0 0.61 0.5 0.63
HSL 349.47º 0.44% 0.26% -
HSV(B) 349.47º 0.61% 0.37% -
XYZ 5.79 3.91 3.14 -
YUV 55.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 94 37 47 0 0.61 0.5 0.63 349.47 0.44 0.26
Hex 5E 25 2F 0 3D 32 3F 15D 2C 1A
Octal 136 45 57 0 75 62 77 535 54 32
Binary 1011110 100101 101111 0 111101 110010 111111 101011101 101100 11010

Color Harmonies of #5E252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E252F

Black with #5E252F

Text Example


Text Example

White with #5E252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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