Html Css Color HEX #4C2629 Bulgarian Rose

📋 copy color: '#4C2629'

red 76 ◦ green 38 ◦ blue 41

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

Shades of Bulgarian Rose #4C2629

Tints of Bulgarian Rose #4C2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

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

R = 49.03%
G = 24.52%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C2629 (or 0x4C2629) is known color: Bulgarian Rose. HEX triplet: 4C, 26 and 29. RGB value is (76,38,41). Sum of RGB (Red+Green+Blue) = 76+38+41=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2629 is #B3D9D6. Grayscale: #313131. Windows color (decimal): -11786711 or 2696780. OLE color: 2696780.

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

Color convert

RGB 76 38 41 -
CMYK 0 0.5 0.46 0.70
HSL 355.26º 0.33% 0.22% -
HSV(B) 355.26º 0.5% 0.3% -
XYZ 4.07 3.08 2.48 -
YUV 49.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 76 38 41 0 0.5 0.46 0.70 355.26 0.33 0.22
Hex 4C 26 29 0 32 2E 46 163 21 16
Octal 114 46 51 0 62 56 106 543 41 26
Binary 1001100 100110 101001 0 110010 101110 1000110 101100011 100001 10110

Color Harmonies of #4C2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2629

Black with #4C2629

Text Example


Text Example

White with #4C2629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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