Html Css Color HEX #4D2428 Bulgarian Rose

📋 copy color: '#4D2428'

red 77 ◦ green 36 ◦ blue 40

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

Shades of Bulgarian Rose #4D2428

Tints of Bulgarian Rose #4D2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 50.33%
G = 23.53%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D2428 (or 0x4D2428) is known color: Bulgarian Rose. HEX triplet: 4D, 24 and 28. RGB value is (77,36,40). Sum of RGB (Red+Green+Blue) = 77+36+40=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2428 is #B2DBD7. Grayscale: #303030. Windows color (decimal): -11721688 or 2630733. OLE color: 2630733.

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

Color convert

RGB 77 36 40 -
CMYK 0 0.53 0.48 0.70
HSL 354.15º 0.36% 0.22% -
HSV(B) 354.15º 0.53% 0.3% -
XYZ 4.07 2.99 2.37 -
YUV 48.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 77 36 40 0 0.53 0.48 0.70 354.15 0.36 0.22
Hex 4D 24 28 0 35 30 46 162 24 16
Octal 115 44 50 0 65 60 106 542 44 26
Binary 1001101 100100 101000 0 110101 110000 1000110 101100010 100100 10110

Color Harmonies of #4D2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2428

Black with #4D2428

Text Example


Text Example

White with #4D2428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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