#461D1F

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

Shades of Bulgarian Rose #461D1F

Tints of Bulgarian Rose #461D1F

Color information

#461D1F (or 0x461D1F) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 1D and 1F. RGB value is (70,29,31). Sum of RGB (Red+Green+Blue) = 70+29+31=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D1F is #B9E2E0. Grayscale: #292929. Windows color (decimal): -12182241 or 2039110. OLE color: 2039110.

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

Color convert

RGB702931-
CMYK00.590.560.73
HSL357.07º41.41%19.41%-
HSV(B)357.07º58.57%27.45%-
XYZ3.212.281.57-
YUV41.49122.08148.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=53.85%
G=22.31%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70293100.590.560.73357.0741.4119.41
Hex461D1F03B38491652913
Octal1063537073701115455123
Binary100011011101111110111011111000100100110110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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