Html Css Color HEX #502130 Black Rose

📋 copy color: '#502130'

red 80 ◦ green 33 ◦ blue 48

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

Shades of Black Rose #502130

Tints of Black Rose #502130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 49.69%
G = 20.5%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#502130 (or 0x502130) is known color: Black Rose. HEX triplet: 50, 21 and 30. RGB value is (80,33,48). Sum of RGB (Red+Green+Blue) = 80+33+48=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502130 is #AFDECF. Grayscale: #303030. Windows color (decimal): -11525840 or 3154256. OLE color: 3154256.

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

Color convert

RGB 80 33 48 -
CMYK 0 0.59 0.40 0.69
HSL 340.85º 0.42% 0.22% -
HSV(B) 340.85º 0.59% 0.31% -
XYZ 4.39 3.01 3.15 -
YUV 48.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 80 33 48 0 0.59 0.40 0.69 340.85 0.42 0.22
Hex 50 21 30 0 3B 28 45 155 2A 16
Octal 120 41 60 0 73 50 105 525 52 26
Binary 1010000 100001 110000 0 111011 101000 1000101 101010101 101010 10110

Color Harmonies of #502130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502130

Black with #502130

Text Example


Text Example

White with #502130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502130; }

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

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

background-color css

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

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

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

border-color css

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

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

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