Html Css Color HEX #511F21 Lonestar

📋 copy color: '#511F21'

red 81 ◦ green 31 ◦ blue 33

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

Shades of Lonestar #511F21

Tints of Lonestar #511F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.38%

 BLUE value IS 33 (13.28% from 255) = 22.76%

R = 55.86%
G = 21.38%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511F21 (or 0x511F21) is known color: Lonestar. HEX triplet: 51, 1F and 21. RGB value is (81,31,33). Sum of RGB (Red+Green+Blue) = 81+31+33=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F21 is #AEE0DE. Grayscale: #2E2E2E. Windows color (decimal): -11460831 or 2170705. OLE color: 2170705.

HSL color Cylindrical-coordinate representation of color #511F21: hue angle of 357.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F21 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 33 -
CMYK 0 0.62 0.59 0.68
HSL 357.6º 0.45% 0.22% -
HSV(B) 357.6º 0.62% 0.32% -
XYZ 4.16 2.84 1.77 -
YUV 46.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 81 31 33 0 0.62 0.59 0.68 357.6 0.45 0.22
Hex 51 1F 21 0 3E 3B 44 166 2D 16
Octal 121 37 41 0 76 73 104 546 55 26
Binary 1010001 11111 100001 0 111110 111011 1000100 101100110 101101 10110

Color Harmonies of #511F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F21

Black with #511F21

Text Example


Text Example

White with #511F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F21; }

 p { color: rgb(81,31,33); }

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

background-color css

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

 a { background-color: rgb(81,31,33); }

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

border-color css

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

 span { border-color: rgb(81,31,33); }

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