#461F21

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

Shades of Bulgarian Rose #461F21

Tints of Bulgarian Rose #461F21

Color information

#461F21 (or 0x461F21) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 1F and 21. RGB value is (70,31,33). Sum of RGB (Red+Green+Blue) = 70+31+33=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #461F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F21 is #B9E0DE. Grayscale: #2A2A2A. Windows color (decimal): -12181727 or 2170694. OLE color: 2170694.

HSL color Cylindrical-coordinate representation of color #461F21: hue angle of 356.92º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F21 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB703133-
CMYK00.560.530.73
HSL356.92º38.61%19.8%-
HSV(B)356.92º55.71%27.45%-
XYZ3.292.391.73-
YUV42.89122.42147.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=52.24%
G=23.13%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70313300.560.530.73356.9238.6119.8
Hex461F2103835491652714
Octal1063741070651115454724
Binary1000110111111000010111000110101100100110110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461F21; }

 p { color: rgb(70,31,33); }

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

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

 a { background-color: rgb(70,31,33); }

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

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

 span { border-color: rgb(70,31,33); }

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