Html Css Color HEX #4D2225 Bulgarian Rose

📋 copy color: '#4D2225'

red 77 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #4D2225

Tints of Bulgarian Rose #4D2225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

 BLUE value IS 37 (14.84% from 255) = 25%

R = 52.03%
G = 22.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.70

RGB Variations

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

Color information

#4D2225 (or 0x4D2225) is known color: Bulgarian Rose. HEX triplet: 4D, 22 and 25. RGB value is (77,34,37). Sum of RGB (Red+Green+Blue) = 77+34+37=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2225 is #B2DDDA. Grayscale: #2F2F2F. Windows color (decimal): -11722203 or 2433613. OLE color: 2433613.

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

Color convert

RGB 77 34 37 -
CMYK 0 0.56 0.52 0.70
HSL 355.81º 0.39% 0.22% -
HSV(B) 355.81º 0.56% 0.3% -
XYZ 3.97 2.86 2.09 -
YUV 47.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 77 34 37 0 0.56 0.52 0.70 355.81 0.39 0.22
Hex 4D 22 25 0 38 34 46 164 27 16
Octal 115 42 45 0 70 64 106 544 47 26
Binary 1001101 100010 100101 0 111000 110100 1000110 101100100 100111 10110

Color Harmonies of #4D2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2225

Black with #4D2225

Text Example


Text Example

White with #4D2225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,37); }

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

background-color css

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

 a { background-color: rgb(77,34,37); }

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

border-color css

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

 span { border-color: rgb(77,34,37); }

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