Html Css Color HEX #582D32 Jazz

📋 copy color: '#582D32'

red 88 ◦ green 45 ◦ blue 50

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

Shades of Jazz #582D32

Tints of Jazz #582D32

RGB

 RED value IS 88 (34.77% from 255) = 48.09%

 GREEN value IS 45 (17.97% from 255) = 24.59%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 48.09%
G = 24.59%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#582D32 (or 0x582D32) is known color: Jazz. HEX triplet: 58, 2D and 32. RGB value is (88,45,50). Sum of RGB (Red+Green+Blue) = 88+45+50=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #582D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D32 is #A7D2CD. Grayscale: #3A3A3A. Windows color (decimal): -10998478 or 3288408. OLE color: 3288408.

HSL color Cylindrical-coordinate representation of color #582D32: hue angle of 353.02º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D32 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 45 50 -
CMYK 0 0.49 0.43 0.65
HSL 353.02º 0.32% 0.26% -
HSV(B) 353.02º 0.49% 0.35% -
XYZ 5.54 4.18 3.53 -
YUV 58.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 88 45 50 0 0.49 0.43 0.65 353.02 0.32 0.26
Hex 58 2D 32 0 31 2B 41 161 20 1A
Octal 130 55 62 0 61 53 101 541 40 32
Binary 1011000 101101 110010 0 110001 101011 1000001 101100001 100000 11010

Color Harmonies of #582D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D32

Black with #582D32

Text Example


Text Example

White with #582D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582D32; }

 p { color: rgb(88,45,50); }

 H1.HeaderClassName
 {
   color: #582D32;
 }
 .AnyTagClassName
 {
   color: #582D32;
 }
</style>

background-color css

<style>
 a { background-color: #582D32; }

 a { background-color: rgb(88,45,50); }

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

border-color css

<style>
 span { border-color: #582D32; }

 span { border-color: rgb(88,45,50); }

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