Html Css Color HEX #492425 Bulgarian Rose

📋 copy color: '#492425'

red 73 ◦ green 36 ◦ blue 37

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

Shades of Bulgarian Rose #492425

Tints of Bulgarian Rose #492425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.66%

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

R = 50%
G = 24.66%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#492425 (or 0x492425) is known color: Bulgarian Rose. HEX triplet: 49, 24 and 25. RGB value is (73,36,37). Sum of RGB (Red+Green+Blue) = 73+36+37=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492425 is #B6DBDA. Grayscale: #2F2F2F. Windows color (decimal): -11983835 or 2434121. OLE color: 2434121.

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

Color convert

RGB 73 36 37 -
CMYK 0 0.51 0.49 0.71
HSL 358.38º 0.34% 0.21% -
HSV(B) 358.38º 0.51% 0.29% -
XYZ 3.71 2.81 2.1 -
YUV 47.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 73 36 37 0 0.51 0.49 0.71 358.38 0.34 0.21
Hex 49 24 25 0 33 31 47 166 22 15
Octal 111 44 45 0 63 61 107 546 42 25
Binary 1001001 100100 100101 0 110011 110001 1000111 101100110 100010 10101

Color Harmonies of #492425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492425

Black with #492425

Text Example


Text Example

White with #492425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492425; }

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

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

background-color css

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

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

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

border-color css

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

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

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