Html Css Color HEX #532223 Lonestar

📋 copy color: '#532223'

red 83 ◦ green 34 ◦ blue 35

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

Shades of Lonestar #532223

Tints of Lonestar #532223

RGB

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

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

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

R = 54.61%
G = 22.37%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532223 (or 0x532223) is known color: Lonestar. HEX triplet: 53, 22 and 23. RGB value is (83,34,35). Sum of RGB (Red+Green+Blue) = 83+34+35=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532223 is #ACDDDC. Grayscale: #303030. Windows color (decimal): -11328989 or 2302547. OLE color: 2302547.

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

Color convert

RGB 83 34 35 -
CMYK 0 0.59 0.58 0.67
HSL 358.78º 0.42% 0.23% -
HSV(B) 358.78º 0.59% 0.33% -
XYZ 4.44 3.1 1.96 -
YUV 48.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 83 34 35 0 0.59 0.58 0.67 358.78 0.42 0.23
Hex 53 22 23 0 3B 3A 43 167 2A 17
Octal 123 42 43 0 73 72 103 547 52 27
Binary 1010011 100010 100011 0 111011 111010 1000011 101100111 101010 10111

Color Harmonies of #532223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532223

Black with #532223

Text Example


Text Example

White with #532223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532223; }

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

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

background-color css

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

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

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

border-color css

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

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

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