Html Css Color HEX #4D2934 Black Rose

📋 copy color: '#4D2934'

red 77 ◦ green 41 ◦ blue 52

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

Shades of Black Rose #4D2934

Tints of Black Rose #4D2934

RGB

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

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

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

R = 45.29%
G = 24.12%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D2934 (or 0x4D2934) is known color: Black Rose. HEX triplet: 4D, 29 and 34. RGB value is (77,41,52). Sum of RGB (Red+Green+Blue) = 77+41+52=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2934 is #B2D6CB. Grayscale: #353535. Windows color (decimal): -11720396 or 3418445. OLE color: 3418445.

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

Color convert

RGB 77 41 52 -
CMYK 0 0.47 0.32 0.70
HSL 341.67º 0.31% 0.23% -
HSV(B) 341.67º 0.47% 0.3% -
XYZ 4.47 3.41 3.67 -
YUV 53.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 77 41 52 0 0.47 0.32 0.70 341.67 0.31 0.23
Hex 4D 29 34 0 2F 20 46 156 1F 17
Octal 115 51 64 0 57 40 106 526 37 27
Binary 1001101 101001 110100 0 101111 100000 1000110 101010110 11111 10111

Color Harmonies of #4D2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2934

Black with #4D2934

Text Example


Text Example

White with #4D2934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,52); }

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

background-color css

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

 a { background-color: rgb(77,41,52); }

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

border-color css

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

 span { border-color: rgb(77,41,52); }

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