Html Css Color HEX #531314 Burnt Crimson

📋 copy color: '#531314'

red 83 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #531314

Tints of Burnt Crimson #531314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 68.03%
G = 15.57%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531314 (or 0x531314) is known color: Burnt Crimson. HEX triplet: 53, 13 and 14. RGB value is (83,19,20). Sum of RGB (Red+Green+Blue) = 83+19+20=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531314 is #ACECEB. Grayscale: #262626. Windows color (decimal): -11332844 or 1315667. OLE color: 1315667.

HSL color Cylindrical-coordinate representation of color #531314: hue angle of 359.06º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531314 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 20 -
CMYK 0 0.77 0.76 0.67
HSL 359.06º 0.63% 0.2% -
HSV(B) 359.06º 0.77% 0.33% -
XYZ 3.93 2.36 0.91 -
YUV 38.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 83 19 20 0 0.77 0.76 0.67 359.06 0.63 0.2
Hex 53 13 14 0 4D 4C 43 167 3F 14
Octal 123 23 24 0 115 114 103 547 77 24
Binary 1010011 10011 10100 0 1001101 1001100 1000011 101100111 111111 10100

Color Harmonies of #531314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531314

Black with #531314

Text Example


Text Example

White with #531314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531314; }

 p { color: rgb(83,19,20); }

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

background-color css

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

 a { background-color: rgb(83,19,20); }

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

border-color css

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

 span { border-color: rgb(83,19,20); }

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