Html Css Color HEX #532325 Lonestar

📋 copy color: '#532325'

red 83 ◦ green 35 ◦ blue 37

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

Shades of Lonestar #532325

Tints of Lonestar #532325

RGB

 RED value IS 83 (32.81% from 255) = 53.55%

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 53.55%
G = 22.58%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532325 (or 0x532325) is known color: Lonestar. HEX triplet: 53, 23 and 25. RGB value is (83,35,37). Sum of RGB (Red+Green+Blue) = 83+35+37=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532325 is #ACDCDA. Grayscale: #313131. Windows color (decimal): -11328731 or 2433875. OLE color: 2433875.

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

Color convert

RGB 83 35 37 -
CMYK 0 0.58 0.55 0.67
HSL 357.5º 0.41% 0.23% -
HSV(B) 357.5º 0.58% 0.33% -
XYZ 4.5 3.17 2.13 -
YUV 49.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 83 35 37 0 0.58 0.55 0.67 357.5 0.41 0.23
Hex 53 23 25 0 3A 37 43 166 29 17
Octal 123 43 45 0 72 67 103 546 51 27
Binary 1010011 100011 100101 0 111010 110111 1000011 101100110 101001 10111

Color Harmonies of #532325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532325

Black with #532325

Text Example


Text Example

White with #532325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532325; }

 p { color: rgb(83,35,37); }

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

background-color css

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

 a { background-color: rgb(83,35,37); }

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

border-color css

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

 span { border-color: rgb(83,35,37); }

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