Html Css Color HEX #4C2329 Bulgarian Rose

📋 copy color: '#4C2329'

red 76 ◦ green 35 ◦ blue 41

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

Shades of Bulgarian Rose #4C2329

Tints of Bulgarian Rose #4C2329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 50%
G = 23.03%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C2329 (or 0x4C2329) is known color: Bulgarian Rose. HEX triplet: 4C, 23 and 29. RGB value is (76,35,41). Sum of RGB (Red+Green+Blue) = 76+35+41=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2329 is #B3DCD6. Grayscale: #2F2F2F. Windows color (decimal): -11787479 or 2696012. OLE color: 2696012.

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

Color convert

RGB 76 35 41 -
CMYK 0 0.54 0.46 0.70
HSL 351.22º 0.37% 0.22% -
HSV(B) 351.22º 0.54% 0.3% -
XYZ 3.98 2.9 2.45 -
YUV 47.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 76 35 41 0 0.54 0.46 0.70 351.22 0.37 0.22
Hex 4C 23 29 0 36 2E 46 15F 25 16
Octal 114 43 51 0 66 56 106 537 45 26
Binary 1001100 100011 101001 0 110110 101110 1000110 101011111 100101 10110

Color Harmonies of #4C2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2329

Black with #4C2329

Text Example


Text Example

White with #4C2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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