Html Css Color HEX #53191D Burnt Crimson

📋 copy color: '#53191D'

red 83 ◦ green 25 ◦ blue 29

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

Shades of Burnt Crimson #53191D

Tints of Burnt Crimson #53191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 60.58%
G = 18.25%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53191D (or 0x53191D) is known color: Burnt Crimson. HEX triplet: 53, 19 and 1D. RGB value is (83,25,29). Sum of RGB (Red+Green+Blue) = 83+25+29=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191D is #ACE6E2. Grayscale: #2A2A2A. Windows color (decimal): -11331299 or 1907027. OLE color: 1907027.

HSL color Cylindrical-coordinate representation of color #53191D: hue angle of 355.86º 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 #53191D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 29 -
CMYK 0 0.70 0.65 0.67
HSL 355.86º 0.54% 0.21% -
HSV(B) 355.86º 0.7% 0.33% -
XYZ 4.14 2.62 1.45 -
YUV 42.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 83 25 29 0 0.70 0.65 0.67 355.86 0.54 0.21
Hex 53 19 1D 0 46 41 43 164 36 15
Octal 123 31 35 0 106 101 103 544 66 25
Binary 1010011 11001 11101 0 1000110 1000001 1000011 101100100 110110 10101

Color Harmonies of #53191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53191D

Black with #53191D

Text Example


Text Example

White with #53191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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