Html Css Color HEX #582A2B Jazz

📋 copy color: '#582A2B'

red 88 ◦ green 42 ◦ blue 43

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

Shades of Jazz #582A2B

Tints of Jazz #582A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.28%

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

R = 50.87%
G = 24.28%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#582A2B (or 0x582A2B) is known color: Jazz. HEX triplet: 58, 2A and 2B. RGB value is (88,42,43). Sum of RGB (Red+Green+Blue) = 88+42+43=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #582A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A2B is #A7D5D4. Grayscale: #373737. Windows color (decimal): -10999253 or 2828888. OLE color: 2828888.

HSL color Cylindrical-coordinate representation of color #582A2B: hue angle of 358.7º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A2B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 42 43 -
CMYK 0 0.52 0.51 0.65
HSL 358.7º 0.35% 0.25% -
HSV(B) 358.7º 0.52% 0.35% -
XYZ 5.29 3.91 2.76 -
YUV 55.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 88 42 43 0 0.52 0.51 0.65 358.7 0.35 0.25
Hex 58 2A 2B 0 34 33 41 167 23 19
Octal 130 52 53 0 64 63 101 547 43 31
Binary 1011000 101010 101011 0 110100 110011 1000001 101100111 100011 11001

Color Harmonies of #582A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A2B

Black with #582A2B

Text Example


Text Example

White with #582A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,42,43); }

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

background-color css

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

 a { background-color: rgb(88,42,43); }

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

border-color css

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

 span { border-color: rgb(88,42,43); }

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