Html Css Color HEX #471E1F Bulgarian Rose

📋 copy color: '#471E1F'

red 71 ◦ green 30 ◦ blue 31

#471E1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #471E1F

Tints of Bulgarian Rose #471E1F

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#471E1F (or 0x471E1F) is known color: 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

RGB 71 30 31 -
CMYK 0 0.58 0.56 0.72
HSL 358.54º 0.41% 0.2% -
HSV(B) 358.54º 0.58% 0.28% -
XYZ 3.31 2.37 1.58 -
YUV 42.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 71 30 31 0 0.58 0.56 0.72 358.54 0.41 0.2
Hex 47 1E 1F 0 3A 38 48 167 29 14
Octal 107 36 37 0 72 70 110 547 51 24
Binary 1000111 11110 11111 0 111010 111000 1001000 101100111 101001 10100

Color Harmonies of #471E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E1F

Black with #471E1F

Text Example


Text Example

White with #471E1F

Text Example


Text Example

HTML Codes & Css Web 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>