Html Css Color HEX #582B2C Jazz

📋 copy color: '#582B2C'

red 88 ◦ green 43 ◦ blue 44

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

Shades of Jazz #582B2C

Tints of Jazz #582B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.57%

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 50.29%
G = 24.57%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#582B2C (or 0x582B2C) is known color: Jazz. HEX triplet: 58, 2B and 2C. RGB value is (88,43,44). Sum of RGB (Red+Green+Blue) = 88+43+44=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #582B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B2C is #A7D4D3. Grayscale: #383838. Windows color (decimal): -10998996 or 2894680. OLE color: 2894680.

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

Color convert

RGB 88 43 44 -
CMYK 0 0.51 0.5 0.65
HSL 358.67º 0.34% 0.26% -
HSV(B) 358.67º 0.51% 0.35% -
XYZ 5.34 3.98 2.87 -
YUV 56.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 88 43 44 0 0.51 0.5 0.65 358.67 0.34 0.26
Hex 58 2B 2C 0 33 32 41 167 22 1A
Octal 130 53 54 0 63 62 101 547 42 32
Binary 1011000 101011 101100 0 110011 110010 1000001 101100111 100010 11010

Color Harmonies of #582B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B2C

Black with #582B2C

Text Example


Text Example

White with #582B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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