Html Css Color HEX #53181B Burnt Crimson

📋 copy color: '#53181B'

red 83 ◦ green 24 ◦ blue 27

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

Shades of Burnt Crimson #53181B

Tints of Burnt Crimson #53181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 61.94%
G = 17.91%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53181B (or 0x53181B) is known color: Burnt Crimson. HEX triplet: 53, 18 and 1B. RGB value is (83,24,27). Sum of RGB (Red+Green+Blue) = 83+24+27=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181B is #ACE7E4. Grayscale: #2A2A2A. Windows color (decimal): -11331557 or 1775699. OLE color: 1775699.

HSL color Cylindrical-coordinate representation of color #53181B: hue angle of 356.95º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53181B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 27 -
CMYK 0 0.71 0.67 0.67
HSL 356.95º 0.55% 0.21% -
HSV(B) 356.95º 0.71% 0.33% -
XYZ 4.09 2.57 1.32 -
YUV 41.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 83 24 27 0 0.71 0.67 0.67 356.95 0.55 0.21
Hex 53 18 1B 0 47 43 43 165 37 15
Octal 123 30 33 0 107 103 103 545 67 25
Binary 1010011 11000 11011 0 1000111 1000011 1000011 101100101 110111 10101

Color Harmonies of #53181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53181B

Black with #53181B

Text Example


Text Example

White with #53181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53181B; }

 p { color: rgb(83,24,27); }

 H1.HeaderClassName
 {
   color: #53181B;
 }
 .AnyTagClassName
 {
   color: #53181B;
 }
</style>

background-color css

<style>
 a { background-color: #53181B; }

 a { background-color: rgb(83,24,27); }

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

border-color css

<style>
 span { border-color: #53181B; }

 span { border-color: rgb(83,24,27); }

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