Html Css Color HEX #471E21 Bulgarian Rose

📋 copy color: '#471E21'

red 71 ◦ green 30 ◦ blue 33

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

Shades of Bulgarian Rose #471E21

Tints of Bulgarian Rose #471E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 52.99%
G = 22.39%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#471E21 (or 0x471E21) is known color: Bulgarian Rose. HEX triplet: 47, 1E and 21. RGB value is (71,30,33). Sum of RGB (Red+Green+Blue) = 71+30+33=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E21 is #B8E1DE. Grayscale: #2A2A2A. Windows color (decimal): -12116447 or 2170439. OLE color: 2170439.

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

Color convert

RGB 71 30 33 -
CMYK 0 0.58 0.54 0.72
HSL 355.61º 0.41% 0.2% -
HSV(B) 355.61º 0.58% 0.28% -
XYZ 3.34 2.38 1.72 -
YUV 42.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 71 30 33 0 0.58 0.54 0.72 355.61 0.41 0.2
Hex 47 1E 21 0 3A 36 48 164 29 14
Octal 107 36 41 0 72 66 110 544 51 24
Binary 1000111 11110 100001 0 111010 110110 1001000 101100100 101001 10100

Color Harmonies of #471E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E21

Black with #471E21

Text Example


Text Example

White with #471E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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