Html Css Color HEX #53242A Lonestar

📋 copy color: '#53242A'

red 83 ◦ green 36 ◦ blue 42

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

Shades of Lonestar #53242A

Tints of Lonestar #53242A

RGB

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

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

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

R = 51.55%
G = 22.36%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53242A (or 0x53242A) is known color: Lonestar. HEX triplet: 53, 24 and 2A. RGB value is (83,36,42). Sum of RGB (Red+Green+Blue) = 83+36+42=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53242A is #ACDBD5. Grayscale: #323232. Windows color (decimal): -11328470 or 2761811. OLE color: 2761811.

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

Color convert

RGB 83 36 42 -
CMYK 0 0.57 0.49 0.67
HSL 352.34º 0.39% 0.23% -
HSV(B) 352.34º 0.57% 0.33% -
XYZ 4.62 3.27 2.58 -
YUV 50.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 83 36 42 0 0.57 0.49 0.67 352.34 0.39 0.23
Hex 53 24 2A 0 39 31 43 160 27 17
Octal 123 44 52 0 71 61 103 540 47 27
Binary 1010011 100100 101010 0 111001 110001 1000011 101100000 100111 10111

Color Harmonies of #53242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53242A

Black with #53242A

Text Example


Text Example

White with #53242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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