Html Css Color HEX #471E22 Bulgarian Rose

📋 copy color: '#471E22'

red 71 ◦ green 30 ◦ blue 34

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

Shades of Bulgarian Rose #471E22

Tints of Bulgarian Rose #471E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 52.59%
G = 22.22%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471E22 (or 0x471E22) is known color: Bulgarian Rose. HEX triplet: 47, 1E and 22. RGB value is (71,30,34). Sum of RGB (Red+Green+Blue) = 71+30+34=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E22 is #B8E1DD. Grayscale: #2A2A2A. Windows color (decimal): -12116446 or 2235975. OLE color: 2235975.

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

Color convert

RGB 71 30 34 -
CMYK 0 0.58 0.52 0.72
HSL 354.15º 0.41% 0.2% -
HSV(B) 354.15º 0.58% 0.28% -
XYZ 3.35 2.38 1.8 -
YUV 42.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 71 30 34 0 0.58 0.52 0.72 354.15 0.41 0.2
Hex 47 1E 22 0 3A 34 48 162 29 14
Octal 107 36 42 0 72 64 110 542 51 24
Binary 1000111 11110 100010 0 111010 110100 1001000 101100010 101001 10100

Color Harmonies of #471E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E22

Black with #471E22

Text Example


Text Example

White with #471E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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