Html Css Color HEX #4D242B Bulgarian Rose

📋 copy color: '#4D242B'

red 77 ◦ green 36 ◦ blue 43

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

Shades of Bulgarian Rose #4D242B

Tints of Bulgarian Rose #4D242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 49.36%
G = 23.08%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D242B (or 0x4D242B) is known color: Bulgarian Rose. HEX triplet: 4D, 24 and 2B. RGB value is (77,36,43). Sum of RGB (Red+Green+Blue) = 77+36+43=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D242B is #B2DBD4. Grayscale: #313131. Windows color (decimal): -11721685 or 2827341. OLE color: 2827341.

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

Color convert

RGB 77 36 43 -
CMYK 0 0.53 0.44 0.70
HSL 349.76º 0.36% 0.22% -
HSV(B) 349.76º 0.53% 0.3% -
XYZ 4.13 3.01 2.65 -
YUV 49.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 77 36 43 0 0.53 0.44 0.70 349.76 0.36 0.22
Hex 4D 24 2B 0 35 2C 46 15E 24 16
Octal 115 44 53 0 65 54 106 536 44 26
Binary 1001101 100100 101011 0 110101 101100 1000110 101011110 100100 10110

Color Harmonies of #4D242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D242B

Black with #4D242B

Text Example


Text Example

White with #4D242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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