Html Css Color HEX #471E20 Bulgarian Rose

📋 copy color: '#471E20'

red 71 ◦ green 30 ◦ blue 32

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

Shades of Bulgarian Rose #471E20

Tints of Bulgarian Rose #471E20

RGB

 RED value IS 71 (28.13% from 255) = 53.38%

 GREEN value IS 30 (12.11% from 255) = 22.56%

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 53.38%
G = 22.56%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471E20 (or 0x471E20) is known color: Bulgarian Rose. HEX triplet: 47, 1E and 20. RGB value is (71,30,32). Sum of RGB (Red+Green+Blue) = 71+30+32=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E20 is #B8E1DF. Grayscale: #2A2A2A. Windows color (decimal): -12116448 or 2104903. OLE color: 2104903.

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

Color convert

RGB 71 30 32 -
CMYK 0 0.58 0.55 0.72
HSL 357.07º 0.41% 0.2% -
HSV(B) 357.07º 0.58% 0.28% -
XYZ 3.32 2.37 1.65 -
YUV 42.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 71 30 32 0 0.58 0.55 0.72 357.07 0.41 0.2
Hex 47 1E 20 0 3A 37 48 165 29 14
Octal 107 36 40 0 72 67 110 545 51 24
Binary 1000111 11110 100000 0 111010 110111 1001000 101100101 101001 10100

Color Harmonies of #471E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E20

Black with #471E20

Text Example


Text Example

White with #471E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #471E20;
 }
 .AnyTagClassName
 {
   color: #471E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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