Html Css Color HEX #58282E Jazz

📋 copy color: '#58282E'

red 88 ◦ green 40 ◦ blue 46

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

Shades of Jazz #58282E

Tints of Jazz #58282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 50.57%
G = 22.99%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58282E (or 0x58282E) is known color: Jazz. HEX triplet: 58, 28 and 2E. RGB value is (88,40,46). Sum of RGB (Red+Green+Blue) = 88+40+46=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282E is #A7D7D1. Grayscale: #373737. Windows color (decimal): -10999762 or 3024984. OLE color: 3024984.

HSL color Cylindrical-coordinate representation of color #58282E: hue angle of 352.5º 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 #58282E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 46 -
CMYK 0 0.55 0.48 0.65
HSL 352.5º 0.38% 0.25% -
HSV(B) 352.5º 0.55% 0.35% -
XYZ 5.28 3.79 3.04 -
YUV 55.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 88 40 46 0 0.55 0.48 0.65 352.5 0.38 0.25
Hex 58 28 2E 0 37 30 41 160 26 19
Octal 130 50 56 0 67 60 101 540 46 31
Binary 1011000 101000 101110 0 110111 110000 1000001 101100000 100110 11001

Color Harmonies of #58282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58282E

Black with #58282E

Text Example


Text Example

White with #58282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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