Html Css Color HEX #502938 Black Rose

📋 copy color: '#502938'

red 80 ◦ green 41 ◦ blue 56

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

Shades of Black Rose #502938

Tints of Black Rose #502938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 45.2%
G = 23.16%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#502938 (or 0x502938) is known color: Black Rose. HEX triplet: 50, 29 and 38. RGB value is (80,41,56). Sum of RGB (Red+Green+Blue) = 80+41+56=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #502938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502938 is #AFD6C7. Grayscale: #363636. Windows color (decimal): -11523784 or 3680592. OLE color: 3680592.

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

Color convert

RGB 80 41 56 -
CMYK 0 0.49 0.30 0.69
HSL 336.92º 0.32% 0.24% -
HSV(B) 336.92º 0.49% 0.31% -
XYZ 4.82 3.58 4.18 -
YUV 54.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 80 41 56 0 0.49 0.30 0.69 336.92 0.32 0.24
Hex 50 29 38 0 31 1E 45 151 20 18
Octal 120 51 70 0 61 36 105 521 40 30
Binary 1010000 101001 111000 0 110001 11110 1000101 101010001 100000 11000

Color Harmonies of #502938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502938

Black with #502938

Text Example


Text Example

White with #502938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502938; }

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

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

background-color css

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

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

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

border-color css

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

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

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