Html Css Color HEX #4C2225 Bulgarian Rose

📋 copy color: '#4C2225'

red 76 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #4C2225

Tints of Bulgarian Rose #4C2225

RGB

 RED value IS 76 (30.08% from 255) = 51.7%

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

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

R = 51.7%
G = 23.13%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4C2225 (or 0x4C2225) is known color: Bulgarian Rose. HEX triplet: 4C, 22 and 25. RGB value is (76,34,37). Sum of RGB (Red+Green+Blue) = 76+34+37=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2225 is #B3DDDA. Grayscale: #2E2E2E. Windows color (decimal): -11787739 or 2433612. OLE color: 2433612.

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

Color convert

RGB 76 34 37 -
CMYK 0 0.55 0.51 0.70
HSL 355.71º 0.38% 0.22% -
HSV(B) 355.71º 0.55% 0.3% -
XYZ 3.89 2.81 2.09 -
YUV 46.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 76 34 37 0 0.55 0.51 0.70 355.71 0.38 0.22
Hex 4C 22 25 0 37 33 46 164 26 16
Octal 114 42 45 0 67 63 106 544 46 26
Binary 1001100 100010 100101 0 110111 110011 1000110 101100100 100110 10110

Color Harmonies of #4C2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2225

Black with #4C2225

Text Example


Text Example

White with #4C2225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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