Html Css Color HEX #58282C Jazz

📋 copy color: '#58282C'

red 88 ◦ green 40 ◦ blue 44

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

Shades of Jazz #58282C

Tints of Jazz #58282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.26%

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

R = 51.16%
G = 23.26%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58282C (or 0x58282C) is known color: Jazz. HEX triplet: 58, 28 and 2C. RGB value is (88,40,44). Sum of RGB (Red+Green+Blue) = 88+40+44=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282C is #A7D7D3. Grayscale: #363636. Windows color (decimal): -10999764 or 2893912. OLE color: 2893912.

HSL color Cylindrical-coordinate representation of color #58282C: hue angle of 355º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58282C is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 44 -
CMYK 0 0.55 0.5 0.65
HSL 355º 0.38% 0.25% -
HSV(B) 355º 0.55% 0.35% -
XYZ 5.24 3.77 2.84 -
YUV 54.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 88 40 44 0 0.55 0.5 0.65 355 0.38 0.25
Hex 58 28 2C 0 37 32 41 163 26 19
Octal 130 50 54 0 67 62 101 543 46 31
Binary 1011000 101000 101100 0 110111 110010 1000001 101100011 100110 11001

Color Harmonies of #58282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58282C

Black with #58282C

Text Example


Text Example

White with #58282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58282C; }

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

 H1.HeaderClassName
 {
   color: #58282C;
 }
 .AnyTagClassName
 {
   color: #58282C;
 }
</style>

background-color css

<style>
 a { background-color: #58282C; }

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

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

border-color css

<style>
 span { border-color: #58282C; }

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

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