Html Css Color HEX #532427 Lonestar

📋 copy color: '#532427'

red 83 ◦ green 36 ◦ blue 39

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

Shades of Lonestar #532427

Tints of Lonestar #532427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 52.53%
G = 22.78%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#532427 (or 0x532427) is known color: Lonestar. HEX triplet: 53, 24 and 27. RGB value is (83,36,39). Sum of RGB (Red+Green+Blue) = 83+36+39=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532427 is #ACDBD8. Grayscale: #323232. Windows color (decimal): -11328473 or 2565203. OLE color: 2565203.

HSL color Cylindrical-coordinate representation of color #532427: hue angle of 356.17º 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 #532427 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 39 -
CMYK 0 0.57 0.53 0.67
HSL 356.17º 0.39% 0.23% -
HSV(B) 356.17º 0.57% 0.33% -
XYZ 4.56 3.25 2.31 -
YUV 50.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 83 36 39 0 0.57 0.53 0.67 356.17 0.39 0.23
Hex 53 24 27 0 39 35 43 164 27 17
Octal 123 44 47 0 71 65 103 544 47 27
Binary 1010011 100100 100111 0 111001 110101 1000011 101100100 100111 10111

Color Harmonies of #532427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532427

Black with #532427

Text Example


Text Example

White with #532427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532427; }

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

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

background-color css

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

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

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

border-color css

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

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

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