Html Css Color HEX #472022 Bulgarian Rose

📋 copy color: '#472022'

red 71 ◦ green 32 ◦ blue 34

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

Shades of Bulgarian Rose #472022

Tints of Bulgarian Rose #472022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 51.82%
G = 23.36%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#472022 (or 0x472022) is known color: Bulgarian Rose. HEX triplet: 47, 20 and 22. RGB value is (71,32,34). Sum of RGB (Red+Green+Blue) = 71+32+34=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472022 is #B8DFDD. Grayscale: #2B2B2B. Windows color (decimal): -12115934 or 2236487. OLE color: 2236487.

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

Color convert

RGB 71 32 34 -
CMYK 0 0.55 0.52 0.72
HSL 356.92º 0.38% 0.2% -
HSV(B) 356.92º 0.55% 0.28% -
XYZ 3.4 2.49 1.81 -
YUV 43.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 71 32 34 0 0.55 0.52 0.72 356.92 0.38 0.2
Hex 47 20 22 0 37 34 48 165 26 14
Octal 107 40 42 0 67 64 110 545 46 24
Binary 1000111 100000 100010 0 110111 110100 1001000 101100101 100110 10100

Color Harmonies of #472022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472022

Black with #472022

Text Example


Text Example

White with #472022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472022; }

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

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

background-color css

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

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

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

border-color css

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

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

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