Html Css Color HEX #4C232D Black Rose

📋 copy color: '#4C232D'

red 76 ◦ green 35 ◦ blue 45

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

Shades of Black Rose #4C232D

Tints of Black Rose #4C232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 45 (17.97% from 255) = 28.85%

R = 48.72%
G = 22.44%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C232D (or 0x4C232D) is known color: Black Rose. HEX triplet: 4C, 23 and 2D. RGB value is (76,35,45). Sum of RGB (Red+Green+Blue) = 76+35+45=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C232D is #B3DCD2. Grayscale: #303030. Windows color (decimal): -11787475 or 2958156. OLE color: 2958156.

HSL color Cylindrical-coordinate representation of color #4C232D: hue angle of 345.37º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C232D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 35 45 -
CMYK 0 0.54 0.41 0.70
HSL 345.37º 0.37% 0.22% -
HSV(B) 345.37º 0.54% 0.3% -
XYZ 4.06 2.93 2.83 -
YUV 48.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 76 35 45 0 0.54 0.41 0.70 345.37 0.37 0.22
Hex 4C 23 2D 0 36 29 46 159 25 16
Octal 114 43 55 0 66 51 106 531 45 26
Binary 1001100 100011 101101 0 110110 101001 1000110 101011001 100101 10110

Color Harmonies of #4C232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C232D

Black with #4C232D

Text Example


Text Example

White with #4C232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,45); }

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

background-color css

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

 a { background-color: rgb(76,35,45); }

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

border-color css

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

 span { border-color: rgb(76,35,45); }

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