#5B262A

Color #5B262A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5B262A

Tints of Burnt Crimson #5B262A

Color information

#5B262A (or 0x5B262A) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 26 and 2A. RGB value is (91,38,42). Sum of RGB (Red+Green+Blue) = 91+38+42=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B262A is #A4D9D5. Grayscale: #363636. Windows color (decimal): -10803670 or 2762331. OLE color: 2762331.

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

Color convert

RGB913842-
CMYK00.580.540.64
HSL355.47º41.09%25.29%-
HSV(B)355.47º58.24%35.69%-
XYZ5.433.782.63-
YUV54.3121.06154.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.22%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=53.22%
G=22.22%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91384200.580.540.64355.4741.0925.29
Hex5B262A03A36401632919
Octal1334652072661005435131
Binary10110111001101010100111010110110100000010110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,38,42); }

 H1.HeaderClassName
 {
   color: #5B262A;
 }
 .AnyTagClassName
 {
   color: #5B262A;
 }
</style>
background-color css

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

 a { background-color: rgb(91,38,42); }

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

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

 span { border-color: rgb(91,38,42); }

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