Html Css Color HEX #511618 Burnt Crimson

📋 copy color: '#511618'

red 81 ◦ green 22 ◦ blue 24

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

Shades of Burnt Crimson #511618

Tints of Burnt Crimson #511618

RGB

 RED value IS 81 (32.03% from 255) = 63.78%

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

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

R = 63.78%
G = 17.32%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511618 (or 0x511618) is known color: Burnt Crimson. HEX triplet: 51, 16 and 18. RGB value is (81,22,24). Sum of RGB (Red+Green+Blue) = 81+22+24=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #511618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511618 is #AEE9E7. Grayscale: #272727. Windows color (decimal): -11463144 or 1578577. OLE color: 1578577.

HSL color Cylindrical-coordinate representation of color #511618: hue angle of 357.97º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511618 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 24 -
CMYK 0 0.73 0.70 0.68
HSL 357.97º 0.57% 0.2% -
HSV(B) 357.97º 0.73% 0.32% -
XYZ 3.85 2.39 1.12 -
YUV 39.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 81 22 24 0 0.73 0.70 0.68 357.97 0.57 0.2
Hex 51 16 18 0 49 46 44 166 39 14
Octal 121 26 30 0 111 106 104 546 71 24
Binary 1010001 10110 11000 0 1001001 1000110 1000100 101100110 111001 10100

Color Harmonies of #511618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511618

Black with #511618

Text Example


Text Example

White with #511618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511618; }

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

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

background-color css

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

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

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

border-color css

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

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

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