Html Css Color HEX #4D2329 Bulgarian Rose

📋 copy color: '#4D2329'

red 77 ◦ green 35 ◦ blue 41

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

Shades of Bulgarian Rose #4D2329

Tints of Bulgarian Rose #4D2329

RGB

 RED value IS 77 (30.47% from 255) = 50.33%

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

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

R = 50.33%
G = 22.88%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D2329 (or 0x4D2329) is known color: Bulgarian Rose. HEX triplet: 4D, 23 and 29. RGB value is (77,35,41). Sum of RGB (Red+Green+Blue) = 77+35+41=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2329 is #B2DCD6. Grayscale: #303030. Windows color (decimal): -11721943 or 2696013. OLE color: 2696013.

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

Color convert

RGB 77 35 41 -
CMYK 0 0.55 0.47 0.70
HSL 351.43º 0.38% 0.22% -
HSV(B) 351.43º 0.55% 0.3% -
XYZ 4.06 2.94 2.45 -
YUV 48.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 77 35 41 0 0.55 0.47 0.70 351.43 0.38 0.22
Hex 4D 23 29 0 37 2F 46 15F 26 16
Octal 115 43 51 0 67 57 106 537 46 26
Binary 1001101 100011 101001 0 110111 101111 1000110 101011111 100110 10110

Color Harmonies of #4D2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2329

Black with #4D2329

Text Example


Text Example

White with #4D2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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