Html Css Color HEX #58282F Jazz

📋 copy color: '#58282F'

red 88 ◦ green 40 ◦ blue 47

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

Shades of Jazz #58282F

Tints of Jazz #58282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 50.29%
G = 22.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58282F (or 0x58282F) is known color: Jazz. HEX triplet: 58, 28 and 2F. RGB value is (88,40,47). Sum of RGB (Red+Green+Blue) = 88+40+47=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282F is #A7D7D0. Grayscale: #373737. Windows color (decimal): -10999761 or 3090520. OLE color: 3090520.

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

Color convert

RGB 88 40 47 -
CMYK 0 0.55 0.47 0.65
HSL 351.25º 0.38% 0.25% -
HSV(B) 351.25º 0.55% 0.35% -
XYZ 5.3 3.8 3.14 -
YUV 55.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 88 40 47 0 0.55 0.47 0.65 351.25 0.38 0.25
Hex 58 28 2F 0 37 2F 41 15F 26 19
Octal 130 50 57 0 67 57 101 537 46 31
Binary 1011000 101000 101111 0 110111 101111 1000001 101011111 100110 11001

Color Harmonies of #58282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58282F

Black with #58282F

Text Example


Text Example

White with #58282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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