Html Css Color HEX #471D20 Bulgarian Rose

📋 copy color: '#471D20'

red 71 ◦ green 29 ◦ blue 32

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

Shades of Bulgarian Rose #471D20

Tints of Bulgarian Rose #471D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

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

R = 53.79%
G = 21.97%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471D20 (or 0x471D20) is known color: Bulgarian Rose. HEX triplet: 47, 1D and 20. RGB value is (71,29,32). Sum of RGB (Red+Green+Blue) = 71+29+32=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D20 is #B8E2DF. Grayscale: #292929. Windows color (decimal): -12116704 or 2104647. OLE color: 2104647.

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

Color convert

RGB 71 29 32 -
CMYK 0 0.59 0.55 0.72
HSL 355.71º 0.42% 0.2% -
HSV(B) 355.71º 0.59% 0.28% -
XYZ 3.3 2.32 1.64 -
YUV 41.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 71 29 32 0 0.59 0.55 0.72 355.71 0.42 0.2
Hex 47 1D 20 0 3B 37 48 164 2A 14
Octal 107 35 40 0 73 67 110 544 52 24
Binary 1000111 11101 100000 0 111011 110111 1001000 101100100 101010 10100

Color Harmonies of #471D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D20

Black with #471D20

Text Example


Text Example

White with #471D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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