Html Css Color HEX #492127 Bulgarian Rose

📋 copy color: '#492127'

red 73 ◦ green 33 ◦ blue 39

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

Shades of Bulgarian Rose #492127

Tints of Bulgarian Rose #492127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 50.34%
G = 22.76%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492127 (or 0x492127) is known color: Bulgarian Rose. HEX triplet: 49, 21 and 27. RGB value is (73,33,39). Sum of RGB (Red+Green+Blue) = 73+33+39=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492127 is #B6DED8. Grayscale: #2D2D2D. Windows color (decimal): -11984601 or 2564425. OLE color: 2564425.

HSL color Cylindrical-coordinate representation of color #492127: hue angle of 351º 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 #492127 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 39 -
CMYK 0 0.55 0.47 0.71
HSL 351º 0.38% 0.21% -
HSV(B) 351º 0.55% 0.29% -
XYZ 3.66 2.65 2.24 -
YUV 45.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 73 33 39 0 0.55 0.47 0.71 351 0.38 0.21
Hex 49 21 27 0 37 2F 47 15F 26 15
Octal 111 41 47 0 67 57 107 537 46 25
Binary 1001001 100001 100111 0 110111 101111 1000111 101011111 100110 10101

Color Harmonies of #492127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492127

Black with #492127

Text Example


Text Example

White with #492127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492127; }

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

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

background-color css

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

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

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

border-color css

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

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

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