Html Css Color HEX #4D2024 Bulgarian Rose

📋 copy color: '#4D2024'

red 77 ◦ green 32 ◦ blue 36

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

Shades of Bulgarian Rose #4D2024

Tints of Bulgarian Rose #4D2024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 53.1%
G = 22.07%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D2024 (or 0x4D2024) is known color: Bulgarian Rose. HEX triplet: 4D, 20 and 24. RGB value is (77,32,36). Sum of RGB (Red+Green+Blue) = 77+32+36=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2024 is #B2DFDB. Grayscale: #2D2D2D. Windows color (decimal): -11722716 or 2367565. OLE color: 2367565.

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

Color convert

RGB 77 32 36 -
CMYK 0 0.58 0.53 0.70
HSL 354.67º 0.41% 0.21% -
HSV(B) 354.67º 0.58% 0.3% -
XYZ 3.9 2.74 1.99 -
YUV 45.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 77 32 36 0 0.58 0.53 0.70 354.67 0.41 0.21
Hex 4D 20 24 0 3A 35 46 163 29 15
Octal 115 40 44 0 72 65 106 543 51 25
Binary 1001101 100000 100100 0 111010 110101 1000110 101100011 101001 10101

Color Harmonies of #4D2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2024

Black with #4D2024

Text Example


Text Example

White with #4D2024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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