Html Css Color HEX #492328 Bulgarian Rose

📋 copy color: '#492328'

red 73 ◦ green 35 ◦ blue 40

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

Shades of Bulgarian Rose #492328

Tints of Bulgarian Rose #492328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 49.32%
G = 23.65%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492328 (or 0x492328) is known color: Bulgarian Rose. HEX triplet: 49, 23 and 28. RGB value is (73,35,40). Sum of RGB (Red+Green+Blue) = 73+35+40=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492328 is #B6DCD7. Grayscale: #2E2E2E. Windows color (decimal): -11984088 or 2630473. OLE color: 2630473.

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

Color convert

RGB 73 35 40 -
CMYK 0 0.52 0.45 0.71
HSL 352.11º 0.35% 0.21% -
HSV(B) 352.11º 0.52% 0.29% -
XYZ 3.73 2.77 2.35 -
YUV 46.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 73 35 40 0 0.52 0.45 0.71 352.11 0.35 0.21
Hex 49 23 28 0 34 2D 47 160 23 15
Octal 111 43 50 0 64 55 107 540 43 25
Binary 1001001 100011 101000 0 110100 101101 1000111 101100000 100011 10101

Color Harmonies of #492328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492328

Black with #492328

Text Example


Text Example

White with #492328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492328; }

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

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

background-color css

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

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

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

border-color css

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

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

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