Html Css Color HEX #582D30 Jazz

📋 copy color: '#582D30'

red 88 ◦ green 45 ◦ blue 48

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

Shades of Jazz #582D30

Tints of Jazz #582D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 48.62%
G = 24.86%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#582D30 (or 0x582D30) is known color: Jazz. HEX triplet: 58, 2D and 30. RGB value is (88,45,48). Sum of RGB (Red+Green+Blue) = 88+45+48=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #582D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D30 is #A7D2CF. Grayscale: #3A3A3A. Windows color (decimal): -10998480 or 3157336. OLE color: 3157336.

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

Color convert

RGB 88 45 48 -
CMYK 0 0.49 0.45 0.65
HSL 355.81º 0.32% 0.26% -
HSV(B) 355.81º 0.49% 0.35% -
XYZ 5.5 4.16 3.31 -
YUV 58.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 88 45 48 0 0.49 0.45 0.65 355.81 0.32 0.26
Hex 58 2D 30 0 31 2D 41 164 20 1A
Octal 130 55 60 0 61 55 101 544 40 32
Binary 1011000 101101 110000 0 110001 101101 1000001 101100100 100000 11010

Color Harmonies of #582D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D30

Black with #582D30

Text Example


Text Example

White with #582D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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