Html Css Color HEX #4D2126 Bulgarian Rose

📋 copy color: '#4D2126'

red 77 ◦ green 33 ◦ blue 38

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

Shades of Bulgarian Rose #4D2126

Tints of Bulgarian Rose #4D2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 52.03%
G = 22.3%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4D2126 (or 0x4D2126) is known color: Bulgarian Rose. HEX triplet: 4D, 21 and 26. RGB value is (77,33,38). Sum of RGB (Red+Green+Blue) = 77+33+38=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2126 is #B2DED9. Grayscale: #2E2E2E. Windows color (decimal): -11722458 or 2498893. OLE color: 2498893.

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

Color convert

RGB 77 33 38 -
CMYK 0 0.57 0.51 0.70
HSL 353.18º 0.4% 0.22% -
HSV(B) 353.18º 0.57% 0.3% -
XYZ 3.95 2.81 2.17 -
YUV 46.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 77 33 38 0 0.57 0.51 0.70 353.18 0.4 0.22
Hex 4D 21 26 0 39 33 46 161 28 16
Octal 115 41 46 0 71 63 106 541 50 26
Binary 1001101 100001 100110 0 111001 110011 1000110 101100001 101000 10110

Color Harmonies of #4D2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2126

Black with #4D2126

Text Example


Text Example

White with #4D2126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,38); }

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

background-color css

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

 a { background-color: rgb(77,33,38); }

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

border-color css

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

 span { border-color: rgb(77,33,38); }

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