Html Css Color HEX #53283F Barossa

📋 copy color: '#53283F'

red 83 ◦ green 40 ◦ blue 63

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

Shades of Barossa #53283F

Tints of Barossa #53283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

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

R = 44.62%
G = 21.51%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53283F (or 0x53283F) is known color: Barossa. HEX triplet: 53, 28 and 3F. RGB value is (83,40,63). Sum of RGB (Red+Green+Blue) = 83+40+63=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53283F is #ACD7C0. Grayscale: #373737. Windows color (decimal): -11327425 or 4139091. OLE color: 4139091.

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

Color convert

RGB 83 40 63 -
CMYK 0 0.52 0.24 0.67
HSL 327.91º 0.35% 0.24% -
HSV(B) 327.91º 0.52% 0.33% -
XYZ 5.22 3.72 5.14 -
YUV 55.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 83 40 63 0 0.52 0.24 0.67 327.91 0.35 0.24
Hex 53 28 3F 0 34 18 43 148 23 18
Octal 123 50 77 0 64 30 103 510 43 30
Binary 1010011 101000 111111 0 110100 11000 1000011 101001000 100011 11000

Color Harmonies of #53283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53283F

Black with #53283F

Text Example


Text Example

White with #53283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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