Html Css Color HEX #53161A Burnt Crimson

📋 copy color: '#53161A'

red 83 ◦ green 22 ◦ blue 26

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

Shades of Burnt Crimson #53161A

Tints of Burnt Crimson #53161A

RGB

 RED value IS 83 (32.81% from 255) = 63.36%

 GREEN value IS 22 (8.98% from 255) = 16.79%

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

R = 63.36%
G = 16.79%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53161A (or 0x53161A) is known color: Burnt Crimson. HEX triplet: 53, 16 and 1A. RGB value is (83,22,26). Sum of RGB (Red+Green+Blue) = 83+22+26=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161A is #ACE9E5. Grayscale: #282828. Windows color (decimal): -11332070 or 1709651. OLE color: 1709651.

HSL color Cylindrical-coordinate representation of color #53161A: hue angle of 356.07º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53161A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 26 -
CMYK 0 0.73 0.69 0.67
HSL 356.07º 0.58% 0.21% -
HSV(B) 356.07º 0.73% 0.33% -
XYZ 4.04 2.49 1.24 -
YUV 40.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 83 22 26 0 0.73 0.69 0.67 356.07 0.58 0.21
Hex 53 16 1A 0 49 45 43 164 3A 15
Octal 123 26 32 0 111 105 103 544 72 25
Binary 1010011 10110 11010 0 1001001 1000101 1000011 101100100 111010 10101

Color Harmonies of #53161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53161A

Black with #53161A

Text Example


Text Example

White with #53161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53161A; }

 p { color: rgb(83,22,26); }

 H1.HeaderClassName
 {
   color: #53161A;
 }
 .AnyTagClassName
 {
   color: #53161A;
 }
</style>

background-color css

<style>
 a { background-color: #53161A; }

 a { background-color: rgb(83,22,26); }

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

border-color css

<style>
 span { border-color: #53161A; }

 span { border-color: rgb(83,22,26); }

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