#471C1D

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

Shades of Bulgarian Rose #471C1D

Tints of Bulgarian Rose #471C1D

Color information

#471C1D (or 0x471C1D) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1C and 1D. RGB value is (71,28,29). Sum of RGB (Red+Green+Blue) = 71+28+29=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C1D is #B8E3E2. Grayscale: #292929. Windows color (decimal): -12116963 or 1907783. OLE color: 1907783.

HSL color Cylindrical-coordinate representation of color #471C1D: hue angle of 358.6º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C1D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB712829-
CMYK00.610.590.72
HSL358.6º43.43%19.41%-
HSV(B)358.6º60.56%27.84%-
XYZ3.242.261.43-
YUV40.97121.25149.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=55.47%
G=21.88%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71282900.610.590.72358.643.4319.41
Hex471C1D03D3B481672b13
Octal1073435075731105475323
Binary100011111100111010111101111011100100010110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C1D; }

 p { color: rgb(71,28,29); }

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

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

 a { background-color: rgb(71,28,29); }

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

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

 span { border-color: rgb(71,28,29); }

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