Html Css Color HEX #58262D Jazz

📋 copy color: '#58262D'

red 88 ◦ green 38 ◦ blue 45

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

Shades of Jazz #58262D

Tints of Jazz #58262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 51.46%
G = 22.22%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58262D (or 0x58262D) is known color: Jazz. HEX triplet: 58, 26 and 2D. RGB value is (88,38,45). Sum of RGB (Red+Green+Blue) = 88+38+45=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58262D is #A7D9D2. Grayscale: #353535. Windows color (decimal): -11000275 or 2958936. OLE color: 2958936.

HSL color Cylindrical-coordinate representation of color #58262D: hue angle of 351.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58262D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 38 45 -
CMYK 0 0.57 0.49 0.65
HSL 351.6º 0.4% 0.25% -
HSV(B) 351.6º 0.57% 0.35% -
XYZ 5.19 3.65 2.91 -
YUV 53.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 88 38 45 0 0.57 0.49 0.65 351.6 0.4 0.25
Hex 58 26 2D 0 39 31 41 160 28 19
Octal 130 46 55 0 71 61 101 540 50 31
Binary 1011000 100110 101101 0 111001 110001 1000001 101100000 101000 11001

Color Harmonies of #58262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58262D

Black with #58262D

Text Example


Text Example

White with #58262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58262D; }

 p { color: rgb(88,38,45); }

 H1.HeaderClassName
 {
   color: #58262D;
 }
 .AnyTagClassName
 {
   color: #58262D;
 }
</style>

background-color css

<style>
 a { background-color: #58262D; }

 a { background-color: rgb(88,38,45); }

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

border-color css

<style>
 span { border-color: #58262D; }

 span { border-color: rgb(88,38,45); }

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