Html Css Color HEX #502734 Black Rose

📋 copy color: '#502734'

red 80 ◦ green 39 ◦ blue 52

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

Shades of Black Rose #502734

Tints of Black Rose #502734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

 BLUE value IS 52 (20.7% from 255) = 30.41%

R = 46.78%
G = 22.81%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#502734 (or 0x502734) is known color: Black Rose. HEX triplet: 50, 27 and 34. RGB value is (80,39,52). Sum of RGB (Red+Green+Blue) = 80+39+52=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502734 is #AFD8CB. Grayscale: #343434. Windows color (decimal): -11524300 or 3417936. OLE color: 3417936.

HSL color Cylindrical-coordinate representation of color #502734: hue angle of 340.98º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502734 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 52 -
CMYK 0 0.51 0.35 0.69
HSL 340.98º 0.34% 0.23% -
HSV(B) 340.98º 0.51% 0.31% -
XYZ 4.65 3.4 3.66 -
YUV 52.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 80 39 52 0 0.51 0.35 0.69 340.98 0.34 0.23
Hex 50 27 34 0 33 23 45 155 22 17
Octal 120 47 64 0 63 43 105 525 42 27
Binary 1010000 100111 110100 0 110011 100011 1000101 101010101 100010 10111

Color Harmonies of #502734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502734

Black with #502734

Text Example


Text Example

White with #502734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502734; }

 p { color: rgb(80,39,52); }

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

background-color css

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

 a { background-color: rgb(80,39,52); }

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

border-color css

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

 span { border-color: rgb(80,39,52); }

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