#481F22

Color #481F22 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #481F22

Tints of Bulgarian Rose #481F22

Color information

#481F22 (or 0x481F22) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1F and 22. RGB value is (72,31,34). Sum of RGB (Red+Green+Blue) = 72+31+34=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F22 is #B7E0DD. Grayscale: #2B2B2B. Windows color (decimal): -12050654 or 2236232. OLE color: 2236232.

HSL color Cylindrical-coordinate representation of color #481F22: hue angle of 355.61º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F22 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB723134-
CMYK00.570.530.72
HSL355.61º39.81%20.2%-
HSV(B)355.61º56.94%28.24%-
XYZ3.452.471.81-
YUV43.6122.58148.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=52.55%
G=22.63%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72313400.570.530.72355.6139.8120.2
Hex481F2203935481642814
Octal1103742071651105445024
Binary1001000111111000100111001110101100100010110010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481F22; }

 p { color: rgb(72,31,34); }

 H1.HeaderClassName
 {
   color: #481F22;
 }
 .AnyTagClassName
 {
   color: #481F22;
 }
</style>
background-color css

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

 a { background-color: rgb(72,31,34); }

 div.DivClassName
 {
   background-color: #481F22;
 }
 .BgClassName
 {
   background-color: #481F22;
 }
</style>
border-color css

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

 span { border-color: rgb(72,31,34); }

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