Html Css Color HEX #53191C Burnt Crimson

📋 copy color: '#53191C'

red 83 ◦ green 25 ◦ blue 28

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

Shades of Burnt Crimson #53191C

Tints of Burnt Crimson #53191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 61.03%
G = 18.38%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53191C (or 0x53191C) is known color: Burnt Crimson. HEX triplet: 53, 19 and 1C. RGB value is (83,25,28). Sum of RGB (Red+Green+Blue) = 83+25+28=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191C is #ACE6E3. Grayscale: #2A2A2A. Windows color (decimal): -11331300 or 1841491. OLE color: 1841491.

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

Color convert

RGB 83 25 28 -
CMYK 0 0.70 0.66 0.67
HSL 356.9º 0.54% 0.21% -
HSV(B) 356.9º 0.7% 0.33% -
XYZ 4.12 2.62 1.39 -
YUV 42.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 83 25 28 0 0.70 0.66 0.67 356.9 0.54 0.21
Hex 53 19 1C 0 46 42 43 165 36 15
Octal 123 31 34 0 106 102 103 545 66 25
Binary 1010011 11001 11100 0 1000110 1000010 1000011 101100101 110110 10101

Color Harmonies of #53191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53191C

Black with #53191C

Text Example


Text Example

White with #53191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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