Html Css Color HEX #502933 Black Rose

📋 copy color: '#502933'

red 80 ◦ green 41 ◦ blue 51

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

Shades of Black Rose #502933

Tints of Black Rose #502933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 46.51%
G = 23.84%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#502933 (or 0x502933) is known color: Black Rose. HEX triplet: 50, 29 and 33. RGB value is (80,41,51). Sum of RGB (Red+Green+Blue) = 80+41+51=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502933 is #AFD6CC. Grayscale: #353535. Windows color (decimal): -11523789 or 3352912. OLE color: 3352912.

HSL color Cylindrical-coordinate representation of color #502933: hue angle of 344.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502933 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 51 -
CMYK 0 0.49 0.36 0.69
HSL 344.62º 0.32% 0.24% -
HSV(B) 344.62º 0.49% 0.31% -
XYZ 4.7 3.53 3.57 -
YUV 53.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 80 41 51 0 0.49 0.36 0.69 344.62 0.32 0.24
Hex 50 29 33 0 31 24 45 159 20 18
Octal 120 51 63 0 61 44 105 531 40 30
Binary 1010000 101001 110011 0 110001 100100 1000101 101011001 100000 11000

Color Harmonies of #502933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502933

Black with #502933

Text Example


Text Example

White with #502933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502933; }

 p { color: rgb(80,41,51); }

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

background-color css

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

 a { background-color: rgb(80,41,51); }

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

border-color css

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

 span { border-color: rgb(80,41,51); }

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