Html Css Color HEX #5D2731 Jazz

📋 copy color: '#5D2731'

red 93 ◦ green 39 ◦ blue 49

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

Shades of Jazz #5D2731

Tints of Jazz #5D2731

RGB

 RED value IS 93 (36.72% from 255) = 51.38%

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 51.38%
G = 21.55%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5D2731 (or 0x5D2731) is known color: Jazz. HEX triplet: 5D, 27 and 31. RGB value is (93,39,49). Sum of RGB (Red+Green+Blue) = 93+39+49=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2731 is #A2D8CE. Grayscale: #383838. Windows color (decimal): -10672335 or 3221341. OLE color: 3221341.

HSL color Cylindrical-coordinate representation of color #5D2731: hue angle of 348.89º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2731 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 39 49 -
CMYK 0 0.58 0.47 0.64
HSL 348.89º 0.41% 0.26% -
HSV(B) 348.89º 0.58% 0.36% -
XYZ 5.79 4 3.37 -
YUV 56.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 93 39 49 0 0.58 0.47 0.64 348.89 0.41 0.26
Hex 5D 27 31 0 3A 2F 40 15D 29 1A
Octal 135 47 61 0 72 57 100 535 51 32
Binary 1011101 100111 110001 0 111010 101111 1000000 101011101 101001 11010

Color Harmonies of #5D2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2731

Black with #5D2731

Text Example


Text Example

White with #5D2731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,39,49); }

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

background-color css

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

 a { background-color: rgb(93,39,49); }

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

border-color css

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

 span { border-color: rgb(93,39,49); }

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