Html Css Color HEX #502937 Black Rose

📋 copy color: '#502937'

red 80 ◦ green 41 ◦ blue 55

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

Shades of Black Rose #502937

Tints of Black Rose #502937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 45.45%
G = 23.3%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502937 (or 0x502937) is known color: Black Rose. HEX triplet: 50, 29 and 37. RGB value is (80,41,55). Sum of RGB (Red+Green+Blue) = 80+41+55=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502937 is #AFD6C8. Grayscale: #363636. Windows color (decimal): -11523785 or 3615056. OLE color: 3615056.

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

Color convert

RGB 80 41 55 -
CMYK 0 0.49 0.31 0.69
HSL 338.46º 0.32% 0.24% -
HSV(B) 338.46º 0.49% 0.31% -
XYZ 4.79 3.57 4.05 -
YUV 54.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 80 41 55 0 0.49 0.31 0.69 338.46 0.32 0.24
Hex 50 29 37 0 31 1F 45 152 20 18
Octal 120 51 67 0 61 37 105 522 40 30
Binary 1010000 101001 110111 0 110001 11111 1000101 101010010 100000 11000

Color Harmonies of #502937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502937

Black with #502937

Text Example


Text Example

White with #502937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502937; }

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

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

background-color css

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

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

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

border-color css

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

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

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