Html Css Color HEX #512225 Lonestar

📋 copy color: '#512225'

red 81 ◦ green 34 ◦ blue 37

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

Shades of Lonestar #512225

Tints of Lonestar #512225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 53.29%
G = 22.37%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#512225 (or 0x512225) is known color: Lonestar. HEX triplet: 51, 22 and 25. RGB value is (81,34,37). Sum of RGB (Red+Green+Blue) = 81+34+37=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512225 is #AEDDDA. Grayscale: #303030. Windows color (decimal): -11460059 or 2433617. OLE color: 2433617.

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

Color convert

RGB 81 34 37 -
CMYK 0 0.58 0.54 0.68
HSL 356.17º 0.41% 0.23% -
HSV(B) 356.17º 0.58% 0.32% -
XYZ 4.3 3.03 2.11 -
YUV 48.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 81 34 37 0 0.58 0.54 0.68 356.17 0.41 0.23
Hex 51 22 25 0 3A 36 44 164 29 17
Octal 121 42 45 0 72 66 104 544 51 27
Binary 1010001 100010 100101 0 111010 110110 1000100 101100100 101001 10111

Color Harmonies of #512225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512225

Black with #512225

Text Example


Text Example

White with #512225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512225; }

 p { color: rgb(81,34,37); }

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

background-color css

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

 a { background-color: rgb(81,34,37); }

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

border-color css

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

 span { border-color: rgb(81,34,37); }

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