Html Css Color HEX #59262B Burnt Crimson

📋 copy color: '#59262B'

red 89 ◦ green 38 ◦ blue 43

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

Shades of Burnt Crimson #59262B

Tints of Burnt Crimson #59262B

RGB

 RED value IS 89 (35.16% from 255) = 52.35%

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

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

R = 52.35%
G = 22.35%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59262B (or 0x59262B) is known color: Burnt Crimson. HEX triplet: 59, 26 and 2B. RGB value is (89,38,43). Sum of RGB (Red+Green+Blue) = 89+38+43=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59262B is #A6D9D4. Grayscale: #353535. Windows color (decimal): -10934741 or 2827865. OLE color: 2827865.

HSL color Cylindrical-coordinate representation of color #59262B: hue angle of 354.12º 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 #59262B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 43 -
CMYK 0 0.57 0.52 0.65
HSL 354.12º 0.4% 0.25% -
HSV(B) 354.12º 0.57% 0.35% -
XYZ 5.25 3.68 2.72 -
YUV 53.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 89 38 43 0 0.57 0.52 0.65 354.12 0.4 0.25
Hex 59 26 2B 0 39 34 41 162 28 19
Octal 131 46 53 0 71 64 101 542 50 31
Binary 1011001 100110 101011 0 111001 110100 1000001 101100010 101000 11001

Color Harmonies of #59262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59262B

Black with #59262B

Text Example


Text Example

White with #59262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59262B; }

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

 H1.HeaderClassName
 {
   color: #59262B;
 }
 .AnyTagClassName
 {
   color: #59262B;
 }
</style>

background-color css

<style>
 a { background-color: #59262B; }

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

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

border-color css

<style>
 span { border-color: #59262B; }

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

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