Html Css Color HEX #53191A Burnt Crimson

📋 copy color: '#53191A'

red 83 ◦ green 25 ◦ blue 26

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

Shades of Burnt Crimson #53191A

Tints of Burnt Crimson #53191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

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

R = 61.94%
G = 18.66%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53191A (or 0x53191A) is known color: Burnt Crimson. HEX triplet: 53, 19 and 1A. RGB value is (83,25,26). Sum of RGB (Red+Green+Blue) = 83+25+26=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191A is #ACE6E5. Grayscale: #2A2A2A. Windows color (decimal): -11331302 or 1710419. OLE color: 1710419.

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

Color convert

RGB 83 25 26 -
CMYK 0 0.70 0.69 0.67
HSL 358.97º 0.54% 0.21% -
HSV(B) 358.97º 0.7% 0.33% -
XYZ 4.1 2.61 1.26 -
YUV 42.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 83 25 26 0 0.70 0.69 0.67 358.97 0.54 0.21
Hex 53 19 1A 0 46 45 43 167 36 15
Octal 123 31 32 0 106 105 103 547 66 25
Binary 1010011 11001 11010 0 1000110 1000101 1000011 101100111 110110 10101

Color Harmonies of #53191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53191A

Black with #53191A

Text Example


Text Example

White with #53191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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