Html Css Color HEX #53323F Barossa

📋 copy color: '#53323F'

red 83 ◦ green 50 ◦ blue 63

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

Shades of Barossa #53323F

Tints of Barossa #53323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 42.35%
G = 25.51%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53323F (or 0x53323F) is known color: Barossa. HEX triplet: 53, 32 and 3F. RGB value is (83,50,63). Sum of RGB (Red+Green+Blue) = 83+50+63=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53323F is #ACCDC0. Grayscale: #3D3D3D. Windows color (decimal): -11324865 or 4141651. OLE color: 4141651.

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

Color convert

RGB 83 50 63 -
CMYK 0 0.40 0.24 0.67
HSL 336.36º 0.25% 0.26% -
HSV(B) 336.36º 0.4% 0.33% -
XYZ 5.61 4.48 5.27 -
YUV 61.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 83 50 63 0 0.40 0.24 0.67 336.36 0.25 0.26
Hex 53 32 3F 0 28 18 43 150 19 1A
Octal 123 62 77 0 50 30 103 520 31 32
Binary 1010011 110010 111111 0 101000 11000 1000011 101010000 11001 11010

Color Harmonies of #53323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53323F

Black with #53323F

Text Example


Text Example

White with #53323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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