Html Css Color HEX #53303F Barossa

📋 copy color: '#53303F'

red 83 ◦ green 48 ◦ blue 63

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

Shades of Barossa #53303F

Tints of Barossa #53303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.47%

R = 42.78%
G = 24.74%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53303F (or 0x53303F) is known color: Barossa. HEX triplet: 53, 30 and 3F. RGB value is (83,48,63). Sum of RGB (Red+Green+Blue) = 83+48+63=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303F is #ACCFC0. Grayscale: #3C3C3C. Windows color (decimal): -11325377 or 4141139. OLE color: 4141139.

HSL color Cylindrical-coordinate representation of color #53303F: hue angle of 334.29º 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 #53303F is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 63 -
CMYK 0 0.42 0.24 0.67
HSL 334.29º 0.27% 0.26% -
HSV(B) 334.29º 0.42% 0.33% -
XYZ 5.52 4.31 5.24 -
YUV 60.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 83 48 63 0 0.42 0.24 0.67 334.29 0.27 0.26
Hex 53 30 3F 0 2A 18 43 14E 1B 1A
Octal 123 60 77 0 52 30 103 516 33 32
Binary 1010011 110000 111111 0 101010 11000 1000011 101001110 11011 11010

Color Harmonies of #53303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53303F

Black with #53303F

Text Example


Text Example

White with #53303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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