Html Css Color HEX #531618 Burnt Crimson

📋 copy color: '#531618'

red 83 ◦ green 22 ◦ blue 24

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

Shades of Burnt Crimson #531618

Tints of Burnt Crimson #531618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 64.34%
G = 17.05%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531618 (or 0x531618) is known color: Burnt Crimson. HEX triplet: 53, 16 and 18. RGB value is (83,22,24). Sum of RGB (Red+Green+Blue) = 83+22+24=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531618 is #ACE9E7. Grayscale: #282828. Windows color (decimal): -11332072 or 1578579. OLE color: 1578579.

HSL color Cylindrical-coordinate representation of color #531618: hue angle of 358.03º 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 #531618 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 24 -
CMYK 0 0.73 0.71 0.67
HSL 358.03º 0.58% 0.21% -
HSV(B) 358.03º 0.73% 0.33% -
XYZ 4.02 2.48 1.13 -
YUV 40.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 83 22 24 0 0.73 0.71 0.67 358.03 0.58 0.21
Hex 53 16 18 0 49 47 43 166 3A 15
Octal 123 26 30 0 111 107 103 546 72 25
Binary 1010011 10110 11000 0 1001001 1000111 1000011 101100110 111010 10101

Color Harmonies of #531618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531618

Black with #531618

Text Example


Text Example

White with #531618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531618; }

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

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

background-color css

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

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

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

border-color css

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

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

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