Html Css Color HEX #5A131A Burnt Crimson

📋 copy color: '#5A131A'

red 90 ◦ green 19 ◦ blue 26

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

Shades of Burnt Crimson #5A131A

Tints of Burnt Crimson #5A131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 66.67%
G = 14.07%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A131A (or 0x5A131A) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 1A. RGB value is (90,19,26). Sum of RGB (Red+Green+Blue) = 90+19+26=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A131A is #A5ECE5. Grayscale: #292929. Windows color (decimal): -10874086 or 1708890. OLE color: 1708890.

HSL color Cylindrical-coordinate representation of color #5A131A: hue angle of 354.08º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A131A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 19 26 -
CMYK 0 0.79 0.71 0.65
HSL 354.08º 0.65% 0.21% -
HSV(B) 354.08º 0.79% 0.35% -
XYZ 4.64 2.71 1.26 -
YUV 41.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 90 19 26 0 0.79 0.71 0.65 354.08 0.65 0.21
Hex 5A 13 1A 0 4F 47 41 162 41 15
Octal 132 23 32 0 117 107 101 542 101 25
Binary 1011010 10011 11010 0 1001111 1000111 1000001 101100010 1000001 10101

Color Harmonies of #5A131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A131A

Black with #5A131A

Text Example


Text Example

White with #5A131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,26); }

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

background-color css

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

 a { background-color: rgb(90,19,26); }

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

border-color css

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

 span { border-color: rgb(90,19,26); }

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