Html Css Color HEX #4D2935 Black Rose

📋 copy color: '#4D2935'

red 77 ◦ green 41 ◦ blue 53

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

Shades of Black Rose #4D2935

Tints of Black Rose #4D2935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 45.03%
G = 23.98%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D2935 (or 0x4D2935) is known color: Black Rose. HEX triplet: 4D, 29 and 35. RGB value is (77,41,53). Sum of RGB (Red+Green+Blue) = 77+41+53=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2935 is #B2D6CA. Grayscale: #353535. Windows color (decimal): -11720395 or 3483981. OLE color: 3483981.

HSL color Cylindrical-coordinate representation of color #4D2935: hue angle of 340º 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 #4D2935 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 41 53 -
CMYK 0 0.47 0.31 0.70
HSL 340º 0.31% 0.23% -
HSV(B) 340º 0.47% 0.3% -
XYZ 4.5 3.42 3.79 -
YUV 53.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 77 41 53 0 0.47 0.31 0.70 340 0.31 0.23
Hex 4D 29 35 0 2F 1F 46 154 1F 17
Octal 115 51 65 0 57 37 106 524 37 27
Binary 1001101 101001 110101 0 101111 11111 1000110 101010100 11111 10111

Color Harmonies of #4D2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2935

Black with #4D2935

Text Example


Text Example

White with #4D2935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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