#481F23

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

Shades of Bulgarian Rose #481F23

Tints of Bulgarian Rose #481F23

Color information

#481F23 (or 0x481F23) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1F and 23. RGB value is (72,31,35). Sum of RGB (Red+Green+Blue) = 72+31+35=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F23 is #B7E0DC. Grayscale: #2B2B2B. Windows color (decimal): -12050653 or 2301768. OLE color: 2301768.

HSL color Cylindrical-coordinate representation of color #481F23: hue angle of 354.15º 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 #481F23 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB723135-
CMYK00.570.510.72
HSL354.15º39.81%20.2%-
HSV(B)354.15º56.94%28.24%-
XYZ3.472.481.89-
YUV43.72123.08148.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=52.17%
G=22.46%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72313500.570.510.72354.1539.8120.2
Hex481F2303933481622814
Octal1103743071631105425024
Binary1001000111111000110111001110011100100010110001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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