Html Css Color HEX #502131 Black Rose

📋 copy color: '#502131'

red 80 ◦ green 33 ◦ blue 49

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

Shades of Black Rose #502131

Tints of Black Rose #502131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 49.38%
G = 20.37%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#502131 (or 0x502131) is known color: Black Rose. HEX triplet: 50, 21 and 31. RGB value is (80,33,49). Sum of RGB (Red+Green+Blue) = 80+33+49=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #502131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502131 is #AFDECE. Grayscale: #303030. Windows color (decimal): -11525839 or 3219792. OLE color: 3219792.

HSL color Cylindrical-coordinate representation of color #502131: hue angle of 339.57º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502131 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 49 -
CMYK 0 0.59 0.39 0.69
HSL 339.57º 0.42% 0.22% -
HSV(B) 339.57º 0.59% 0.31% -
XYZ 4.41 3.01 3.26 -
YUV 48.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 80 33 49 0 0.59 0.39 0.69 339.57 0.42 0.22
Hex 50 21 31 0 3B 27 45 154 2A 16
Octal 120 41 61 0 73 47 105 524 52 26
Binary 1010000 100001 110001 0 111011 100111 1000101 101010100 101010 10110

Color Harmonies of #502131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502131

Black with #502131

Text Example


Text Example

White with #502131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502131; }

 p { color: rgb(80,33,49); }

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

background-color css

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

 a { background-color: rgb(80,33,49); }

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

border-color css

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

 span { border-color: rgb(80,33,49); }

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