Html Css Color HEX #5D292B Jazz

📋 copy color: '#5D292B'

red 93 ◦ green 41 ◦ blue 43

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

Shades of Jazz #5D292B

Tints of Jazz #5D292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 52.54%
G = 23.16%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5D292B (or 0x5D292B) is known color: Jazz. HEX triplet: 5D, 29 and 2B. RGB value is (93,41,43). Sum of RGB (Red+Green+Blue) = 93+41+43=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D292B is #A2D6D4. Grayscale: #383838. Windows color (decimal): -10671829 or 2828637. OLE color: 2828637.

HSL color Cylindrical-coordinate representation of color #5D292B: hue angle of 357.69º 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 #5D292B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 41 43 -
CMYK 0 0.56 0.54 0.64
HSL 357.69º 0.39% 0.26% -
HSV(B) 357.69º 0.56% 0.36% -
XYZ 5.74 4.09 2.77 -
YUV 56.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 93 41 43 0 0.56 0.54 0.64 357.69 0.39 0.26
Hex 5D 29 2B 0 38 36 40 166 27 1A
Octal 135 51 53 0 70 66 100 546 47 32
Binary 1011101 101001 101011 0 111000 110110 1000000 101100110 100111 11010

Color Harmonies of #5D292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D292B

Black with #5D292B

Text Example


Text Example

White with #5D292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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