Html Css Color HEX #4D2327 Bulgarian Rose

📋 copy color: '#4D2327'

red 77 ◦ green 35 ◦ blue 39

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

Shades of Bulgarian Rose #4D2327

Tints of Bulgarian Rose #4D2327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.83%

R = 50.99%
G = 23.18%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#4D2327 (or 0x4D2327) is known color: Bulgarian Rose. HEX triplet: 4D, 23 and 27. RGB value is (77,35,39). Sum of RGB (Red+Green+Blue) = 77+35+39=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2327 is #B2DCD8. Grayscale: #303030. Windows color (decimal): -11721945 or 2564941. OLE color: 2564941.

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

Color convert

RGB 77 35 39 -
CMYK 0 0.55 0.49 0.70
HSL 354.29º 0.38% 0.22% -
HSV(B) 354.29º 0.55% 0.3% -
XYZ 4.03 2.93 2.27 -
YUV 48.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 77 35 39 0 0.55 0.49 0.70 354.29 0.38 0.22
Hex 4D 23 27 0 37 31 46 162 26 16
Octal 115 43 47 0 67 61 106 542 46 26
Binary 1001101 100011 100111 0 110111 110001 1000110 101100010 100110 10110

Color Harmonies of #4D2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2327

Black with #4D2327

Text Example


Text Example

White with #4D2327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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