Html Css Color HEX #502431 Black Rose

📋 copy color: '#502431'

red 80 ◦ green 36 ◦ blue 49

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

Shades of Black Rose #502431

Tints of Black Rose #502431

RGB

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

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

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

R = 48.48%
G = 21.82%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#502431 (or 0x502431) is known color: Black Rose. HEX triplet: 50, 24 and 31. RGB value is (80,36,49). Sum of RGB (Red+Green+Blue) = 80+36+49=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502431 is #AFDBCE. Grayscale: #323232. Windows color (decimal): -11525071 or 3220560. OLE color: 3220560.

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

Color convert

RGB 80 36 49 -
CMYK 0 0.55 0.39 0.69
HSL 342.27º 0.38% 0.23% -
HSV(B) 342.27º 0.55% 0.31% -
XYZ 4.49 3.19 3.28 -
YUV 50.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 80 36 49 0 0.55 0.39 0.69 342.27 0.38 0.23
Hex 50 24 31 0 37 27 45 156 26 17
Octal 120 44 61 0 67 47 105 526 46 27
Binary 1010000 100100 110001 0 110111 100111 1000101 101010110 100110 10111

Color Harmonies of #502431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502431

Black with #502431

Text Example


Text Example

White with #502431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502431; }

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

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

background-color css

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

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

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

border-color css

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

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

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