Html Css Color HEX #50252E Black Rose

📋 copy color: '#50252E'

red 80 ◦ green 37 ◦ blue 46

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

Shades of Black Rose #50252E

Tints of Black Rose #50252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 49.08%
G = 22.7%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50252E (or 0x50252E) is known color: Black Rose. HEX triplet: 50, 25 and 2E. RGB value is (80,37,46). Sum of RGB (Red+Green+Blue) = 80+37+46=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50252E is #AFDAD1. Grayscale: #323232. Windows color (decimal): -11524818 or 3024208. OLE color: 3024208.

HSL color Cylindrical-coordinate representation of color #50252E: hue angle of 347.44º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50252E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 46 -
CMYK 0 0.54 0.42 0.69
HSL 347.44º 0.37% 0.23% -
HSV(B) 347.44º 0.54% 0.31% -
XYZ 4.46 3.23 2.97 -
YUV 50.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 80 37 46 0 0.54 0.42 0.69 347.44 0.37 0.23
Hex 50 25 2E 0 36 2A 45 15B 25 17
Octal 120 45 56 0 66 52 105 533 45 27
Binary 1010000 100101 101110 0 110110 101010 1000101 101011011 100101 10111

Color Harmonies of #50252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50252E

Black with #50252E

Text Example


Text Example

White with #50252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50252E; }

 p { color: rgb(80,37,46); }

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

background-color css

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

 a { background-color: rgb(80,37,46); }

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

border-color css

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

 span { border-color: rgb(80,37,46); }

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