Html Css Color HEX #512429 Lonestar

📋 copy color: '#512429'

red 81 ◦ green 36 ◦ blue 41

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

Shades of Lonestar #512429

Tints of Lonestar #512429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 51.27%
G = 22.78%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#512429 (or 0x512429) is known color: Lonestar. HEX triplet: 51, 24 and 29. RGB value is (81,36,41). Sum of RGB (Red+Green+Blue) = 81+36+41=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512429 is #AEDBD6. Grayscale: #323232. Windows color (decimal): -11459543 or 2696273. OLE color: 2696273.

HSL color Cylindrical-coordinate representation of color #512429: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512429 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 41 -
CMYK 0 0.56 0.49 0.68
HSL 353.33º 0.38% 0.23% -
HSV(B) 353.33º 0.56% 0.32% -
XYZ 4.42 3.17 2.48 -
YUV 50.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 81 36 41 0 0.56 0.49 0.68 353.33 0.38 0.23
Hex 51 24 29 0 38 31 44 161 26 17
Octal 121 44 51 0 70 61 104 541 46 27
Binary 1010001 100100 101001 0 111000 110001 1000100 101100001 100110 10111

Color Harmonies of #512429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512429

Black with #512429

Text Example


Text Example

White with #512429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512429; }

 p { color: rgb(81,36,41); }

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

background-color css

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

 a { background-color: rgb(81,36,41); }

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

border-color css

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

 span { border-color: rgb(81,36,41); }

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