Html Css Color HEX #53232A Lonestar

📋 copy color: '#53232A'

red 83 ◦ green 35 ◦ blue 42

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

Shades of Lonestar #53232A

Tints of Lonestar #53232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 51.88%
G = 21.88%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53232A (or 0x53232A) is known color: Lonestar. HEX triplet: 53, 23 and 2A. RGB value is (83,35,42). Sum of RGB (Red+Green+Blue) = 83+35+42=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53232A is #ACDCD5. Grayscale: #323232. Windows color (decimal): -11328726 or 2761555. OLE color: 2761555.

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

Color convert

RGB 83 35 42 -
CMYK 0 0.58 0.49 0.67
HSL 351.25º 0.41% 0.23% -
HSV(B) 351.25º 0.58% 0.33% -
XYZ 4.59 3.21 2.57 -
YUV 50.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 83 35 42 0 0.58 0.49 0.67 351.25 0.41 0.23
Hex 53 23 2A 0 3A 31 43 15F 29 17
Octal 123 43 52 0 72 61 103 537 51 27
Binary 1010011 100011 101010 0 111010 110001 1000011 101011111 101001 10111

Color Harmonies of #53232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53232A

Black with #53232A

Text Example


Text Example

White with #53232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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