Html Css Color HEX #492125 Bulgarian Rose

📋 copy color: '#492125'

red 73 ◦ green 33 ◦ blue 37

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

Shades of Bulgarian Rose #492125

Tints of Bulgarian Rose #492125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

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

R = 51.05%
G = 23.08%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#492125 (or 0x492125) is known color: Bulgarian Rose. HEX triplet: 49, 21 and 25. RGB value is (73,33,37). Sum of RGB (Red+Green+Blue) = 73+33+37=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492125 is #B6DEDA. Grayscale: #2D2D2D. Windows color (decimal): -11984603 or 2433353. OLE color: 2433353.

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

Color convert

RGB 73 33 37 -
CMYK 0 0.55 0.49 0.71
HSL 354º 0.38% 0.21% -
HSV(B) 354º 0.55% 0.29% -
XYZ 3.63 2.64 2.07 -
YUV 45.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 73 33 37 0 0.55 0.49 0.71 354 0.38 0.21
Hex 49 21 25 0 37 31 47 162 26 15
Octal 111 41 45 0 67 61 107 542 46 25
Binary 1001001 100001 100101 0 110111 110001 1000111 101100010 100110 10101

Color Harmonies of #492125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492125

Black with #492125

Text Example


Text Example

White with #492125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492125; }

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

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

background-color css

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

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

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

border-color css

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

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

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