Html Css Color HEX #471F20 Bulgarian Rose

📋 copy color: '#471F20'

red 71 ◦ green 31 ◦ blue 32

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

Shades of Bulgarian Rose #471F20

Tints of Bulgarian Rose #471F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.13%

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

R = 52.99%
G = 23.13%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471F20 (or 0x471F20) is known color: Bulgarian Rose. HEX triplet: 47, 1F and 20. RGB value is (71,31,32). Sum of RGB (Red+Green+Blue) = 71+31+32=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F20 is #B8E0DF. Grayscale: #2B2B2B. Windows color (decimal): -12116192 or 2105159. OLE color: 2105159.

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

Color convert

RGB 71 31 32 -
CMYK 0 0.56 0.55 0.72
HSL 358.5º 0.39% 0.2% -
HSV(B) 358.5º 0.56% 0.28% -
XYZ 3.35 2.42 1.66 -
YUV 43.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 71 31 32 0 0.56 0.55 0.72 358.5 0.39 0.2
Hex 47 1F 20 0 38 37 48 166 27 14
Octal 107 37 40 0 70 67 110 546 47 24
Binary 1000111 11111 100000 0 111000 110111 1001000 101100110 100111 10100

Color Harmonies of #471F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F20

Black with #471F20

Text Example


Text Example

White with #471F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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