Html Css Color HEX #502434 Black Rose

📋 copy color: '#502434'

red 80 ◦ green 36 ◦ blue 52

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

Shades of Black Rose #502434

Tints of Black Rose #502434

RGB

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

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

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

R = 47.62%
G = 21.43%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#502434 (or 0x502434) is known color: Black Rose. HEX triplet: 50, 24 and 34. RGB value is (80,36,52). Sum of RGB (Red+Green+Blue) = 80+36+52=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #502434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502434 is #AFDBCB. Grayscale: #323232. Windows color (decimal): -11525068 or 3417168. OLE color: 3417168.

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

Color convert

RGB 80 36 52 -
CMYK 0 0.55 0.35 0.69
HSL 338.18º 0.38% 0.23% -
HSV(B) 338.18º 0.55% 0.31% -
XYZ 4.56 3.22 3.63 -
YUV 50.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 80 36 52 0 0.55 0.35 0.69 338.18 0.38 0.23
Hex 50 24 34 0 37 23 45 152 26 17
Octal 120 44 64 0 67 43 105 522 46 27
Binary 1010000 100100 110100 0 110111 100011 1000101 101010010 100110 10111

Color Harmonies of #502434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502434

Black with #502434

Text Example


Text Example

White with #502434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502434; }

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

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

background-color css

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

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

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

border-color css

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

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

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