Html Css Color HEX #4C2933 Black Rose

📋 copy color: '#4C2933'

red 76 ◦ green 41 ◦ blue 51

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

Shades of Black Rose #4C2933

Tints of Black Rose #4C2933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 45.24%
G = 24.4%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C2933 (or 0x4C2933) is known color: Black Rose. HEX triplet: 4C, 29 and 33. RGB value is (76,41,51). Sum of RGB (Red+Green+Blue) = 76+41+51=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2933 is #B3D6CC. Grayscale: #343434. Windows color (decimal): -11785933 or 3352908. OLE color: 3352908.

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

Color convert

RGB 76 41 51 -
CMYK 0 0.46 0.33 0.70
HSL 342.86º 0.3% 0.23% -
HSV(B) 342.86º 0.46% 0.3% -
XYZ 4.37 3.36 3.55 -
YUV 52.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 76 41 51 0 0.46 0.33 0.70 342.86 0.3 0.23
Hex 4C 29 33 0 2E 21 46 157 1E 17
Octal 114 51 63 0 56 41 106 527 36 27
Binary 1001100 101001 110011 0 101110 100001 1000110 101010111 11110 10111

Color Harmonies of #4C2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2933

Black with #4C2933

Text Example


Text Example

White with #4C2933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,51); }

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

background-color css

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

 a { background-color: rgb(76,41,51); }

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

border-color css

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

 span { border-color: rgb(76,41,51); }

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