#471E1F

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

Shades of Bulgarian Rose #471E1F

Tints of Bulgarian Rose #471E1F

Color information

#471E1F (or 0x471E1F) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 1E and 1F. RGB value is (71,30,31). Sum of RGB (Red+Green+Blue) = 71+30+31=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E1F is #B8E1E0. Grayscale: #2A2A2A. Windows color (decimal): -12116449 or 2039367. OLE color: 2039367.

HSL color Cylindrical-coordinate representation of color #471E1F: hue angle of 358.54º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E1F is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB713031-
CMYK00.580.560.72
HSL358.54º40.59%19.8%-
HSV(B)358.54º57.75%27.84%-
XYZ3.312.371.58-
YUV42.37121.58148.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=53.79%
G=22.73%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303100.580.560.72358.5440.5919.8
Hex471E1F03A38481672914
Octal1073637072701105475124
Binary100011111110111110111010111000100100010110011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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