Html Css Color HEX #492325 Bulgarian Rose

📋 copy color: '#492325'

red 73 ◦ green 35 ◦ blue 37

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

Shades of Bulgarian Rose #492325

Tints of Bulgarian Rose #492325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

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

R = 50.34%
G = 24.14%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#492325 (or 0x492325) is known color: Bulgarian Rose. HEX triplet: 49, 23 and 25. RGB value is (73,35,37). Sum of RGB (Red+Green+Blue) = 73+35+37=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492325 is #B6DCDA. Grayscale: #2E2E2E. Windows color (decimal): -11984091 or 2433865. OLE color: 2433865.

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

Color convert

RGB 73 35 37 -
CMYK 0 0.52 0.49 0.71
HSL 356.84º 0.35% 0.21% -
HSV(B) 356.84º 0.52% 0.29% -
XYZ 3.68 2.75 2.09 -
YUV 46.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 73 35 37 0 0.52 0.49 0.71 356.84 0.35 0.21
Hex 49 23 25 0 34 31 47 165 23 15
Octal 111 43 45 0 64 61 107 545 43 25
Binary 1001001 100011 100101 0 110100 110001 1000111 101100101 100011 10101

Color Harmonies of #492325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492325

Black with #492325

Text Example


Text Example

White with #492325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492325; }

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

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

background-color css

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

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

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

border-color css

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

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

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