Html Css Color HEX #532425 Lonestar

📋 copy color: '#532425'

red 83 ◦ green 36 ◦ blue 37

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

Shades of Lonestar #532425

Tints of Lonestar #532425

RGB

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

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

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

R = 53.21%
G = 23.08%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532425 (or 0x532425) is known color: Lonestar. HEX triplet: 53, 24 and 25. RGB value is (83,36,37). Sum of RGB (Red+Green+Blue) = 83+36+37=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532425 is #ACDBDA. Grayscale: #323232. Windows color (decimal): -11328475 or 2434131. OLE color: 2434131.

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

Color convert

RGB 83 36 37 -
CMYK 0 0.57 0.55 0.67
HSL 358.72º 0.39% 0.23% -
HSV(B) 358.72º 0.57% 0.33% -
XYZ 4.53 3.23 2.14 -
YUV 50.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 83 36 37 0 0.57 0.55 0.67 358.72 0.39 0.23
Hex 53 24 25 0 39 37 43 167 27 17
Octal 123 44 45 0 71 67 103 547 47 27
Binary 1010011 100100 100101 0 111001 110111 1000011 101100111 100111 10111

Color Harmonies of #532425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532425

Black with #532425

Text Example


Text Example

White with #532425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532425; }

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

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

background-color css

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

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

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

border-color css

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

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

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