Html Css Color HEX #502437 Barossa

📋 copy color: '#502437'

red 80 ◦ green 36 ◦ blue 55

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

Shades of Barossa #502437

Tints of Barossa #502437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 46.78%
G = 21.05%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502437 (or 0x502437) is known color: Barossa. HEX triplet: 50, 24 and 37. RGB value is (80,36,55). Sum of RGB (Red+Green+Blue) = 80+36+55=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502437 is #AFDBC8. Grayscale: #333333. Windows color (decimal): -11525065 or 3613776. OLE color: 3613776.

HSL color Cylindrical-coordinate representation of color #502437: hue angle of 334.09º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502437 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 55 -
CMYK 0 0.55 0.31 0.69
HSL 334.09º 0.38% 0.23% -
HSV(B) 334.09º 0.55% 0.31% -
XYZ 4.63 3.24 4 -
YUV 51.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 80 36 55 0 0.55 0.31 0.69 334.09 0.38 0.23
Hex 50 24 37 0 37 1F 45 14E 26 17
Octal 120 44 67 0 67 37 105 516 46 27
Binary 1010000 100100 110111 0 110111 11111 1000101 101001110 100110 10111

Color Harmonies of #502437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502437

Black with #502437

Text Example


Text Example

White with #502437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502437; }

 p { color: rgb(80,36,55); }

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

background-color css

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

 a { background-color: rgb(80,36,55); }

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

border-color css

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

 span { border-color: rgb(80,36,55); }

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