Html Css Color HEX #4A2529 Bulgarian Rose

📋 copy color: '#4A2529'

red 74 ◦ green 37 ◦ blue 41

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

Shades of Bulgarian Rose #4A2529

Tints of Bulgarian Rose #4A2529

RGB

 RED value IS 74 (29.3% from 255) = 48.68%

 GREEN value IS 37 (14.84% from 255) = 24.34%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 48.68%
G = 24.34%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4A2529 (or 0x4A2529) is known color: Bulgarian Rose. HEX triplet: 4A, 25 and 29. RGB value is (74,37,41). Sum of RGB (Red+Green+Blue) = 74+37+41=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2529 is #B5DAD6. Grayscale: #303030. Windows color (decimal): -11918039 or 2696522. OLE color: 2696522.

HSL color Cylindrical-coordinate representation of color #4A2529: hue angle of 353.51º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2529 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 37 41 -
CMYK 0 0.50 0.45 0.71
HSL 353.51º 0.33% 0.22% -
HSV(B) 353.51º 0.5% 0.29% -
XYZ 3.89 2.94 2.46 -
YUV 48.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 74 37 41 0 0.50 0.45 0.71 353.51 0.33 0.22
Hex 4A 25 29 0 32 2D 47 162 21 16
Octal 112 45 51 0 62 55 107 542 41 26
Binary 1001010 100101 101001 0 110010 101101 1000111 101100010 100001 10110

Color Harmonies of #4A2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2529

Black with #4A2529

Text Example


Text Example

White with #4A2529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,37,41); }

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

background-color css

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

 a { background-color: rgb(74,37,41); }

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

border-color css

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

 span { border-color: rgb(74,37,41); }

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