Html Css Color HEX #531619 Burnt Crimson

📋 copy color: '#531619'

red 83 ◦ green 22 ◦ blue 25

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

Shades of Burnt Crimson #531619

Tints of Burnt Crimson #531619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 63.85%
G = 16.92%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#531619 (or 0x531619) is known color: Burnt Crimson. HEX triplet: 53, 16 and 19. RGB value is (83,22,25). Sum of RGB (Red+Green+Blue) = 83+22+25=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531619 is #ACE9E6. Grayscale: #282828. Windows color (decimal): -11332071 or 1644115. OLE color: 1644115.

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

Color convert

RGB 83 22 25 -
CMYK 0 0.73 0.70 0.67
HSL 357.05º 0.58% 0.21% -
HSV(B) 357.05º 0.73% 0.33% -
XYZ 4.03 2.48 1.19 -
YUV 40.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 83 22 25 0 0.73 0.70 0.67 357.05 0.58 0.21
Hex 53 16 19 0 49 46 43 165 3A 15
Octal 123 26 31 0 111 106 103 545 72 25
Binary 1010011 10110 11001 0 1001001 1000110 1000011 101100101 111010 10101

Color Harmonies of #531619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531619

Black with #531619

Text Example


Text Example

White with #531619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531619; }

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

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

background-color css

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

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

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

border-color css

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

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

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