Html Css Color HEX #582A2F Jazz

📋 copy color: '#582A2F'

red 88 ◦ green 42 ◦ blue 47

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

Shades of Jazz #582A2F

Tints of Jazz #582A2F

RGB

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

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

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

R = 49.72%
G = 23.73%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#582A2F (or 0x582A2F) is known color: Jazz. HEX triplet: 58, 2A and 2F. RGB value is (88,42,47). Sum of RGB (Red+Green+Blue) = 88+42+47=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #582A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A2F is #A7D5D0. Grayscale: #383838. Windows color (decimal): -10999249 or 3091032. OLE color: 3091032.

HSL color Cylindrical-coordinate representation of color #582A2F: hue angle of 353.48º 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 #582A2F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 42 47 -
CMYK 0 0.52 0.47 0.65
HSL 353.48º 0.35% 0.25% -
HSV(B) 353.48º 0.52% 0.35% -
XYZ 5.37 3.94 3.17 -
YUV 56.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 88 42 47 0 0.52 0.47 0.65 353.48 0.35 0.25
Hex 58 2A 2F 0 34 2F 41 161 23 19
Octal 130 52 57 0 64 57 101 541 43 31
Binary 1011000 101010 101111 0 110100 101111 1000001 101100001 100011 11001

Color Harmonies of #582A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A2F

Black with #582A2F

Text Example


Text Example

White with #582A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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