Html Css Color HEX #502936 Black Rose

📋 copy color: '#502936'

red 80 ◦ green 41 ◦ blue 54

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

Shades of Black Rose #502936

Tints of Black Rose #502936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 45.71%
G = 23.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#502936 (or 0x502936) is known color: Black Rose. HEX triplet: 50, 29 and 36. RGB value is (80,41,54). Sum of RGB (Red+Green+Blue) = 80+41+54=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502936 is #AFD6C9. Grayscale: #363636. Windows color (decimal): -11523786 or 3549520. OLE color: 3549520.

HSL color Cylindrical-coordinate representation of color #502936: hue angle of 340º 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 #502936 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 54 -
CMYK 0 0.49 0.33 0.69
HSL 340º 0.32% 0.24% -
HSV(B) 340º 0.49% 0.31% -
XYZ 4.77 3.56 3.93 -
YUV 54.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 80 41 54 0 0.49 0.33 0.69 340 0.32 0.24
Hex 50 29 36 0 31 21 45 154 20 18
Octal 120 51 66 0 61 41 105 524 40 30
Binary 1010000 101001 110110 0 110001 100001 1000101 101010100 100000 11000

Color Harmonies of #502936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502936

Black with #502936

Text Example


Text Example

White with #502936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502936; }

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

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

background-color css

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

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

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

border-color css

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

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

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