Html Css Color HEX #532227 Lonestar

📋 copy color: '#532227'

red 83 ◦ green 34 ◦ blue 39

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

Shades of Lonestar #532227

Tints of Lonestar #532227

RGB

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

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

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

R = 53.21%
G = 21.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#532227 (or 0x532227) is known color: Lonestar. HEX triplet: 53, 22 and 27. RGB value is (83,34,39). Sum of RGB (Red+Green+Blue) = 83+34+39=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532227 is #ACDDD8. Grayscale: #313131. Windows color (decimal): -11328985 or 2564691. OLE color: 2564691.

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

Color convert

RGB 83 34 39 -
CMYK 0 0.59 0.53 0.67
HSL 353.88º 0.42% 0.23% -
HSV(B) 353.88º 0.59% 0.33% -
XYZ 4.51 3.13 2.29 -
YUV 49.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 83 34 39 0 0.59 0.53 0.67 353.88 0.42 0.23
Hex 53 22 27 0 3B 35 43 162 2A 17
Octal 123 42 47 0 73 65 103 542 52 27
Binary 1010011 100010 100111 0 111011 110101 1000011 101100010 101010 10111

Color Harmonies of #532227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532227

Black with #532227

Text Example


Text Example

White with #532227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532227; }

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

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

background-color css

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

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

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

border-color css

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

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

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