Html Css Color HEX #492526 Bulgarian Rose

📋 copy color: '#492526'

red 73 ◦ green 37 ◦ blue 38

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

Shades of Bulgarian Rose #492526

Tints of Bulgarian Rose #492526

RGB

 RED value IS 73 (28.91% from 255) = 49.32%

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 49.32%
G = 25%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492526 (or 0x492526) is known color: Bulgarian Rose. HEX triplet: 49, 25 and 26. RGB value is (73,37,38). Sum of RGB (Red+Green+Blue) = 73+37+38=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492526 is #B6DAD9. Grayscale: #2F2F2F. Windows color (decimal): -11983578 or 2499913. OLE color: 2499913.

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

Color convert

RGB 73 37 38 -
CMYK 0 0.49 0.48 0.71
HSL 358.33º 0.33% 0.22% -
HSV(B) 358.33º 0.49% 0.29% -
XYZ 3.76 2.88 2.19 -
YUV 47.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 73 37 38 0 0.49 0.48 0.71 358.33 0.33 0.22
Hex 49 25 26 0 31 30 47 166 21 16
Octal 111 45 46 0 61 60 107 546 41 26
Binary 1001001 100101 100110 0 110001 110000 1000111 101100110 100001 10110

Color Harmonies of #492526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492526

Black with #492526

Text Example


Text Example

White with #492526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492526; }

 p { color: rgb(73,37,38); }

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

background-color css

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

 a { background-color: rgb(73,37,38); }

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

border-color css

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

 span { border-color: rgb(73,37,38); }

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