Html Css Color HEX #4D272F Black Rose

📋 copy color: '#4D272F'

red 77 ◦ green 39 ◦ blue 47

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

Shades of Black Rose #4D272F

Tints of Black Rose #4D272F

RGB

 RED value IS 77 (30.47% from 255) = 47.24%

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 47.24%
G = 23.93%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D272F (or 0x4D272F) is known color: Black Rose. HEX triplet: 4D, 27 and 2F. RGB value is (77,39,47). Sum of RGB (Red+Green+Blue) = 77+39+47=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D272F is #B2D8D0. Grayscale: #333333. Windows color (decimal): -11720913 or 3090253. OLE color: 3090253.

HSL color Cylindrical-coordinate representation of color #4D272F: hue angle of 347.37º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D272F is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 39 47 -
CMYK 0 0.49 0.39 0.70
HSL 347.37º 0.33% 0.23% -
HSV(B) 347.37º 0.49% 0.3% -
XYZ 4.3 3.23 3.09 -
YUV 51.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 77 39 47 0 0.49 0.39 0.70 347.37 0.33 0.23
Hex 4D 27 2F 0 31 27 46 15B 21 17
Octal 115 47 57 0 61 47 106 533 41 27
Binary 1001101 100111 101111 0 110001 100111 1000110 101011011 100001 10111

Color Harmonies of #4D272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D272F

Black with #4D272F

Text Example


Text Example

White with #4D272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D272F; }

 p { color: rgb(77,39,47); }

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

background-color css

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

 a { background-color: rgb(77,39,47); }

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

border-color css

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

 span { border-color: rgb(77,39,47); }

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