Html Css Color HEX #58272E Jazz

📋 copy color: '#58272E'

red 88 ◦ green 39 ◦ blue 46

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

Shades of Jazz #58272E

Tints of Jazz #58272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

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

R = 50.87%
G = 22.54%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58272E (or 0x58272E) is known color: Jazz. HEX triplet: 58, 27 and 2E. RGB value is (88,39,46). Sum of RGB (Red+Green+Blue) = 88+39+46=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58272E is #A7D8D1. Grayscale: #363636. Windows color (decimal): -11000018 or 3024728. OLE color: 3024728.

HSL color Cylindrical-coordinate representation of color #58272E: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58272E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 39 46 -
CMYK 0 0.56 0.48 0.65
HSL 351.43º 0.39% 0.25% -
HSV(B) 351.43º 0.56% 0.35% -
XYZ 5.24 3.72 3.03 -
YUV 54.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 88 39 46 0 0.56 0.48 0.65 351.43 0.39 0.25
Hex 58 27 2E 0 38 30 41 15F 27 19
Octal 130 47 56 0 70 60 101 537 47 31
Binary 1011000 100111 101110 0 111000 110000 1000001 101011111 100111 11001

Color Harmonies of #58272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58272E

Black with #58272E

Text Example


Text Example

White with #58272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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