Html Css Color HEX #4D2328 Bulgarian Rose

📋 copy color: '#4D2328'

red 77 ◦ green 35 ◦ blue 40

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

Shades of Bulgarian Rose #4D2328

Tints of Bulgarian Rose #4D2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 50.66%
G = 23.03%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D2328 (or 0x4D2328) is known color: Bulgarian Rose. HEX triplet: 4D, 23 and 28. RGB value is (77,35,40). Sum of RGB (Red+Green+Blue) = 77+35+40=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2328 is #B2DCD7. Grayscale: #303030. Windows color (decimal): -11721944 or 2630477. OLE color: 2630477.

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

Color convert

RGB 77 35 40 -
CMYK 0 0.55 0.48 0.70
HSL 352.86º 0.38% 0.22% -
HSV(B) 352.86º 0.55% 0.3% -
XYZ 4.04 2.93 2.36 -
YUV 48.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 77 35 40 0 0.55 0.48 0.70 352.86 0.38 0.22
Hex 4D 23 28 0 37 30 46 161 26 16
Octal 115 43 50 0 67 60 106 541 46 26
Binary 1001101 100011 101000 0 110111 110000 1000110 101100001 100110 10110

Color Harmonies of #4D2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2328

Black with #4D2328

Text Example


Text Example

White with #4D2328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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