Html Css Color HEX #502E3F Barossa

📋 copy color: '#502E3F'

red 80 ◦ green 46 ◦ blue 63

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

Shades of Barossa #502E3F

Tints of Barossa #502E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.34%

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

R = 42.33%
G = 24.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#502E3F (or 0x502E3F) is known color: Barossa. HEX triplet: 50, 2E and 3F. RGB value is (80,46,63). Sum of RGB (Red+Green+Blue) = 80+46+63=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E3F is #AFD1C0. Grayscale: #3A3A3A. Windows color (decimal): -11522497 or 4140624. OLE color: 4140624.

HSL color Cylindrical-coordinate representation of color #502E3F: hue angle of 330º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E3F is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 63 -
CMYK 0 0.42 0.21 0.69
HSL 330º 0.27% 0.25% -
HSV(B) 330º 0.43% 0.31% -
XYZ 5.18 4.02 5.21 -
YUV 58.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 80 46 63 0 0.42 0.21 0.69 330 0.27 0.25
Hex 50 2E 3F 0 2A 15 45 14A 1B 19
Octal 120 56 77 0 52 25 105 512 33 31
Binary 1010000 101110 111111 0 101010 10101 1000101 101001010 11011 11001

Color Harmonies of #502E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E3F

Black with #502E3F

Text Example


Text Example

White with #502E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E3F; }

 p { color: rgb(80,46,63); }

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

background-color css

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

 a { background-color: rgb(80,46,63); }

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

border-color css

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

 span { border-color: rgb(80,46,63); }

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