Html Css Color HEX #503342 Barossa

📋 copy color: '#503342'

red 80 ◦ green 51 ◦ blue 66

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

Shades of Barossa #503342

Tints of Barossa #503342

RGB

 RED value IS 80 (31.64% from 255) = 40.61%

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 40.61%
G = 25.89%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#503342 (or 0x503342) is known color: Barossa. HEX triplet: 50, 33 and 42. RGB value is (80,51,66). Sum of RGB (Red+Green+Blue) = 80+51+66=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503342 is #AFCCBD. Grayscale: #3D3D3D. Windows color (decimal): -11521214 or 4338512. OLE color: 4338512.

HSL color Cylindrical-coordinate representation of color #503342: hue angle of 328.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503342 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 66 -
CMYK 0 0.36 0.17 0.69
HSL 328.97º 0.22% 0.26% -
HSV(B) 328.97º 0.36% 0.31% -
XYZ 5.48 4.47 5.73 -
YUV 61.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 80 51 66 0 0.36 0.17 0.69 328.97 0.22 0.26
Hex 50 33 42 0 24 11 45 149 16 1A
Octal 120 63 102 0 44 21 105 511 26 32
Binary 1010000 110011 1000010 0 100100 10001 1000101 101001001 10110 11010

Color Harmonies of #503342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503342

Black with #503342

Text Example


Text Example

White with #503342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503342; }

 p { color: rgb(80,51,66); }

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

background-color css

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

 a { background-color: rgb(80,51,66); }

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

border-color css

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

 span { border-color: rgb(80,51,66); }

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