Html Css Color HEX #502F3C Barossa

📋 copy color: '#502F3C'

red 80 ◦ green 47 ◦ blue 60

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

Shades of Barossa #502F3C

Tints of Barossa #502F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 42.78%
G = 25.13%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#502F3C (or 0x502F3C) is known color: Barossa. HEX triplet: 50, 2F and 3C. RGB value is (80,47,60). Sum of RGB (Red+Green+Blue) = 80+47+60=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F3C is #AFD0C3. Grayscale: #3A3A3A. Windows color (decimal): -11522244 or 3944272. OLE color: 3944272.

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

Color convert

RGB 80 47 60 -
CMYK 0 0.41 0.25 0.69
HSL 336.36º 0.26% 0.25% -
HSV(B) 336.36º 0.41% 0.31% -
XYZ 5.14 4.06 4.79 -
YUV 58.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 80 47 60 0 0.41 0.25 0.69 336.36 0.26 0.25
Hex 50 2F 3C 0 29 19 45 150 1A 19
Octal 120 57 74 0 51 31 105 520 32 31
Binary 1010000 101111 111100 0 101001 11001 1000101 101010000 11010 11001

Color Harmonies of #502F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F3C

Black with #502F3C

Text Example


Text Example

White with #502F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,47,60); }

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

background-color css

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

 a { background-color: rgb(80,47,60); }

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

border-color css

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

 span { border-color: rgb(80,47,60); }

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