Html Css Color HEX #503843 Barossa

📋 copy color: '#503843'

red 80 ◦ green 56 ◦ blue 67

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

Shades of Barossa #503843

Tints of Barossa #503843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 39.41%
G = 27.59%
B = 33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#503843 (or 0x503843) is known color: Barossa. HEX triplet: 50, 38 and 43. RGB value is (80,56,67). Sum of RGB (Red+Green+Blue) = 80+56+67=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #503843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503843 is #AFC7BC. Grayscale: #404040. Windows color (decimal): -11519933 or 4405328. OLE color: 4405328.

HSL color Cylindrical-coordinate representation of color #503843: hue angle of 332.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503843 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 67 -
CMYK 0 0.30 0.16 0.69
HSL 332.5º 0.18% 0.27% -
HSV(B) 332.5º 0.3% 0.31% -
XYZ 5.74 4.94 5.96 -
YUV 64.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 80 56 67 0 0.30 0.16 0.69 332.5 0.18 0.27
Hex 50 38 43 0 1E 10 45 14C 12 1B
Octal 120 70 103 0 36 20 105 514 22 33
Binary 1010000 111000 1000011 0 11110 10000 1000101 101001100 10010 11011

Color Harmonies of #503843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503843

Black with #503843

Text Example


Text Example

White with #503843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503843; }

 p { color: rgb(80,56,67); }

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

background-color css

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

 a { background-color: rgb(80,56,67); }

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

border-color css

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

 span { border-color: rgb(80,56,67); }

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