Html Css Color HEX #4C2731 Black Rose

📋 copy color: '#4C2731'

red 76 ◦ green 39 ◦ blue 49

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

Shades of Black Rose #4C2731

Tints of Black Rose #4C2731

RGB

 RED value IS 76 (30.08% from 255) = 46.34%

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

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 46.34%
G = 23.78%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4C2731 (or 0x4C2731) is known color: Black Rose. HEX triplet: 4C, 27 and 31. RGB value is (76,39,49). Sum of RGB (Red+Green+Blue) = 76+39+49=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2731 is #B3D8CE. Grayscale: #333333. Windows color (decimal): -11786447 or 3221324. OLE color: 3221324.

HSL color Cylindrical-coordinate representation of color #4C2731: hue angle of 343.78º degrees, saturation: 0.32, 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 #4C2731 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 39 49 -
CMYK 0 0.49 0.36 0.70
HSL 343.78º 0.32% 0.23% -
HSV(B) 343.78º 0.49% 0.3% -
XYZ 4.26 3.21 3.3 -
YUV 51.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 76 39 49 0 0.49 0.36 0.70 343.78 0.32 0.23
Hex 4C 27 31 0 31 24 46 158 20 17
Octal 114 47 61 0 61 44 106 530 40 27
Binary 1001100 100111 110001 0 110001 100100 1000110 101011000 100000 10111

Color Harmonies of #4C2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2731

Black with #4C2731

Text Example


Text Example

White with #4C2731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,49); }

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

background-color css

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

 a { background-color: rgb(76,39,49); }

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

border-color css

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

 span { border-color: rgb(76,39,49); }

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