Html Css Color HEX #53303E Barossa

📋 copy color: '#53303E'

red 83 ◦ green 48 ◦ blue 62

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

Shades of Barossa #53303E

Tints of Barossa #53303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 43.01%
G = 24.87%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53303E (or 0x53303E) is known color: Barossa. HEX triplet: 53, 30 and 3E. RGB value is (83,48,62). Sum of RGB (Red+Green+Blue) = 83+48+62=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303E is #ACCFC1. Grayscale: #3C3C3C. Windows color (decimal): -11325378 or 4075603. OLE color: 4075603.

HSL color Cylindrical-coordinate representation of color #53303E: hue angle of 336º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53303E is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 62 -
CMYK 0 0.42 0.25 0.67
HSL 336º 0.27% 0.26% -
HSV(B) 336º 0.42% 0.33% -
XYZ 5.49 4.3 5.1 -
YUV 60.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 83 48 62 0 0.42 0.25 0.67 336 0.27 0.26
Hex 53 30 3E 0 2A 19 43 150 1B 1A
Octal 123 60 76 0 52 31 103 520 33 32
Binary 1010011 110000 111110 0 101010 11001 1000011 101010000 11011 11010

Color Harmonies of #53303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53303E

Black with #53303E

Text Example


Text Example

White with #53303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53303E; }

 p { color: rgb(83,48,62); }

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

background-color css

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

 a { background-color: rgb(83,48,62); }

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

border-color css

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

 span { border-color: rgb(83,48,62); }

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