Html Css Color HEX #511F23 Lonestar

📋 copy color: '#511F23'

red 81 ◦ green 31 ◦ blue 35

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

Shades of Lonestar #511F23

Tints of Lonestar #511F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 55.1%
G = 21.09%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511F23 (or 0x511F23) is known color: Lonestar. HEX triplet: 51, 1F and 23. RGB value is (81,31,35). Sum of RGB (Red+Green+Blue) = 81+31+35=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #511F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F23 is #AEE0DC. Grayscale: #2E2E2E. Windows color (decimal): -11460829 or 2301777. OLE color: 2301777.

HSL color Cylindrical-coordinate representation of color #511F23: hue angle of 355.2º 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 #511F23 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 35 -
CMYK 0 0.62 0.57 0.68
HSL 355.2º 0.45% 0.22% -
HSV(B) 355.2º 0.62% 0.32% -
XYZ 4.19 2.85 1.92 -
YUV 46.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 81 31 35 0 0.62 0.57 0.68 355.2 0.45 0.22
Hex 51 1F 23 0 3E 39 44 163 2D 16
Octal 121 37 43 0 76 71 104 543 55 26
Binary 1010001 11111 100011 0 111110 111001 1000100 101100011 101101 10110

Color Harmonies of #511F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F23

Black with #511F23

Text Example


Text Example

White with #511F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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