Html Css Color HEX #5D292F Jazz

📋 copy color: '#5D292F'

red 93 ◦ green 41 ◦ blue 47

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

Shades of Jazz #5D292F

Tints of Jazz #5D292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

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

R = 51.38%
G = 22.65%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D292F (or 0x5D292F) is known color: Jazz. HEX triplet: 5D, 29 and 2F. RGB value is (93,41,47). Sum of RGB (Red+Green+Blue) = 93+41+47=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D292F is #A2D6D0. Grayscale: #393939. Windows color (decimal): -10671825 or 3090781. OLE color: 3090781.

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

Color convert

RGB 93 41 47 -
CMYK 0 0.56 0.49 0.64
HSL 353.08º 0.39% 0.26% -
HSV(B) 353.08º 0.56% 0.36% -
XYZ 5.82 4.12 3.18 -
YUV 57.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 93 41 47 0 0.56 0.49 0.64 353.08 0.39 0.26
Hex 5D 29 2F 0 38 31 40 161 27 1A
Octal 135 51 57 0 70 61 100 541 47 32
Binary 1011101 101001 101111 0 111000 110001 1000000 101100001 100111 11010

Color Harmonies of #5D292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D292F

Black with #5D292F

Text Example


Text Example

White with #5D292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,41,47); }

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

background-color css

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

 a { background-color: rgb(93,41,47); }

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

border-color css

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

 span { border-color: rgb(93,41,47); }

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