Html Css Color HEX #53313F Barossa

📋 copy color: '#53313F'

red 83 ◦ green 49 ◦ blue 63

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

Shades of Barossa #53313F

Tints of Barossa #53313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

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

R = 42.56%
G = 25.13%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53313F (or 0x53313F) is known color: Barossa. HEX triplet: 53, 31 and 3F. RGB value is (83,49,63). Sum of RGB (Red+Green+Blue) = 83+49+63=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313F is #ACCEC0. Grayscale: #3C3C3C. Windows color (decimal): -11325121 or 4141395. OLE color: 4141395.

HSL color Cylindrical-coordinate representation of color #53313F: hue angle of 335.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53313F is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 63 -
CMYK 0 0.41 0.24 0.67
HSL 335.29º 0.26% 0.26% -
HSV(B) 335.29º 0.41% 0.33% -
XYZ 5.56 4.39 5.26 -
YUV 60.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 83 49 63 0 0.41 0.24 0.67 335.29 0.26 0.26
Hex 53 31 3F 0 29 18 43 14F 1A 1A
Octal 123 61 77 0 51 30 103 517 32 32
Binary 1010011 110001 111111 0 101001 11000 1000011 101001111 11010 11010

Color Harmonies of #53313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53313F

Black with #53313F

Text Example


Text Example

White with #53313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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