Html Css Color HEX #5F2E36 Jazz

📋 copy color: '#5F2E36'

red 95 ◦ green 46 ◦ blue 54

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

Shades of Jazz #5F2E36

Tints of Jazz #5F2E36

RGB

 RED value IS 95 (37.5% from 255) = 48.72%

 GREEN value IS 46 (18.36% from 255) = 23.59%

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 48.72%
G = 23.59%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#5F2E36 (or 0x5F2E36) is known color: Jazz. HEX triplet: 5F, 2E and 36. RGB value is (95,46,54). Sum of RGB (Red+Green+Blue) = 95+46+54=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2E36 is #A0D1C9. Grayscale: #3D3D3D. Windows color (decimal): -10539466 or 3550815. OLE color: 3550815.

HSL color Cylindrical-coordinate representation of color #5F2E36: hue angle of 350.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F2E36 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 46 54 -
CMYK 0 0.52 0.43 0.63
HSL 350.2º 0.35% 0.28% -
HSV(B) 350.2º 0.52% 0.37% -
XYZ 6.36 4.65 4.05 -
YUV 61.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 95 46 54 0 0.52 0.43 0.63 350.2 0.35 0.28
Hex 5F 2E 36 0 34 2B 3F 15E 23 1C
Octal 137 56 66 0 64 53 77 536 43 34
Binary 1011111 101110 110110 0 110100 101011 111111 101011110 100011 11100

Color Harmonies of #5F2E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2E36

Black with #5F2E36

Text Example


Text Example

White with #5F2E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,46,54); }

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

background-color css

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

 a { background-color: rgb(95,46,54); }

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

border-color css

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

 span { border-color: rgb(95,46,54); }

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