Html Css Color HEX #58272C Jazz

📋 copy color: '#58272C'

red 88 ◦ green 39 ◦ blue 44

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

Shades of Jazz #58272C

Tints of Jazz #58272C

RGB

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

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

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

R = 51.46%
G = 22.81%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58272C (or 0x58272C) is known color: Jazz. HEX triplet: 58, 27 and 2C. RGB value is (88,39,44). Sum of RGB (Red+Green+Blue) = 88+39+44=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58272C is #A7D8D3. Grayscale: #363636. Windows color (decimal): -11000020 or 2893656. OLE color: 2893656.

HSL color Cylindrical-coordinate representation of color #58272C: hue angle of 353.88º 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 #58272C is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 39 44 -
CMYK 0 0.56 0.5 0.65
HSL 353.88º 0.39% 0.25% -
HSV(B) 353.88º 0.56% 0.35% -
XYZ 5.2 3.71 2.82 -
YUV 54.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 88 39 44 0 0.56 0.5 0.65 353.88 0.39 0.25
Hex 58 27 2C 0 38 32 41 162 27 19
Octal 130 47 54 0 70 62 101 542 47 31
Binary 1011000 100111 101100 0 111000 110010 1000001 101100010 100111 11001

Color Harmonies of #58272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58272C

Black with #58272C

Text Example


Text Example

White with #58272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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