Html Css Color HEX #5A262B Jazz

📋 copy color: '#5A262B'

red 90 ◦ green 38 ◦ blue 43

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

Shades of Jazz #5A262B

Tints of Jazz #5A262B

RGB

 RED value IS 90 (35.55% from 255) = 52.63%

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

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 52.63%
G = 22.22%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A262B (or 0x5A262B) is known color: Jazz. HEX triplet: 5A, 26 and 2B. RGB value is (90,38,43). Sum of RGB (Red+Green+Blue) = 90+38+43=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A262B is #A5D9D4. Grayscale: #363636. Windows color (decimal): -10869205 or 2827866. OLE color: 2827866.

HSL color Cylindrical-coordinate representation of color #5A262B: hue angle of 354.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A262B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 38 43 -
CMYK 0 0.58 0.52 0.65
HSL 354.23º 0.41% 0.25% -
HSV(B) 354.23º 0.58% 0.35% -
XYZ 5.35 3.73 2.72 -
YUV 54.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 90 38 43 0 0.58 0.52 0.65 354.23 0.41 0.25
Hex 5A 26 2B 0 3A 34 41 162 29 19
Octal 132 46 53 0 72 64 101 542 51 31
Binary 1011010 100110 101011 0 111010 110100 1000001 101100010 101001 11001

Color Harmonies of #5A262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A262B

Black with #5A262B

Text Example


Text Example

White with #5A262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A262B; }

 p { color: rgb(90,38,43); }

 H1.HeaderClassName
 {
   color: #5A262B;
 }
 .AnyTagClassName
 {
   color: #5A262B;
 }
</style>

background-color css

<style>
 a { background-color: #5A262B; }

 a { background-color: rgb(90,38,43); }

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

border-color css

<style>
 span { border-color: #5A262B; }

 span { border-color: rgb(90,38,43); }

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