Html Css Color HEX #532123 Lonestar

📋 copy color: '#532123'

red 83 ◦ green 33 ◦ blue 35

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

Shades of Lonestar #532123

Tints of Lonestar #532123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 54.97%
G = 21.85%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532123 (or 0x532123) is known color: Lonestar. HEX triplet: 53, 21 and 23. RGB value is (83,33,35). Sum of RGB (Red+Green+Blue) = 83+33+35=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532123 is #ACDEDC. Grayscale: #303030. Windows color (decimal): -11329245 or 2302291. OLE color: 2302291.

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

Color convert

RGB 83 33 35 -
CMYK 0 0.60 0.58 0.67
HSL 357.6º 0.43% 0.23% -
HSV(B) 357.6º 0.6% 0.33% -
XYZ 4.41 3.05 1.95 -
YUV 48.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 83 33 35 0 0.60 0.58 0.67 357.6 0.43 0.23
Hex 53 21 23 0 3C 3A 43 166 2B 17
Octal 123 41 43 0 74 72 103 546 53 27
Binary 1010011 100001 100011 0 111100 111010 1000011 101100110 101011 10111

Color Harmonies of #532123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532123

Black with #532123

Text Example


Text Example

White with #532123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532123; }

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

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

background-color css

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

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

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

border-color css

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

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

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