#47232A

Color #47232A Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #47232A

Tints of Bulgarian Rose #47232A

Color information

#47232A (or 0x47232A) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 23 and 2A. RGB value is (71,35,42). Sum of RGB (Red+Green+Blue) = 71+35+42=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232A is #B8DCD5. Grayscale: #2E2E2E. Windows color (decimal): -12115158 or 2761543. OLE color: 2761543.

HSL color Cylindrical-coordinate representation of color #47232A: hue angle of 348.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47232A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB713542-
CMYK00.510.410.72
HSL348.33º33.96%20.78%-
HSV(B)348.33º50.7%27.84%-
XYZ3.622.712.52-
YUV46.56125.43145.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=47.97%
G=23.65%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71354200.510.410.72348.3333.9620.78
Hex47232A033294815c2215
Octal1074352063511105344225
Binary10001111000111010100110011101001100100010101110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47232A; }

 p { color: rgb(71,35,42); }

 H1.HeaderClassName
 {
   color: #47232A;
 }
 .AnyTagClassName
 {
   color: #47232A;
 }
</style>
background-color css

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

 a { background-color: rgb(71,35,42); }

 div.DivClassName
 {
   background-color: #47232A;
 }
 .BgClassName
 {
   background-color: #47232A;
 }
</style>
border-color css

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

 span { border-color: rgb(71,35,42); }

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