#471C1E

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

Shades of Bulgarian Rose #471C1E

Tints of Bulgarian Rose #471C1E

Color information

#471C1E (or 0x471C1E) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1C and 1E. RGB value is (71,28,30). Sum of RGB (Red+Green+Blue) = 71+28+30=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C1E is #B8E3E1. Grayscale: #292929. Windows color (decimal): -12116962 or 1973319. OLE color: 1973319.

HSL color Cylindrical-coordinate representation of color #471C1E: hue angle of 357.21º 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 #471C1E is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB712830-
CMYK00.610.580.72
HSL357.21º43.43%19.41%-
HSV(B)357.21º60.56%27.84%-
XYZ3.252.261.49-
YUV41.08121.75149.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=55.04%
G=21.71%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71283000.610.580.72357.2143.4319.41
Hex471C1E03D3A481652b13
Octal1073436075721105455323
Binary100011111100111100111101111010100100010110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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