Html Css Color HEX #47232A Bulgarian Rose

📋 copy color: '#47232A'

red 71 ◦ green 35 ◦ blue 42

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

Shades of Bulgarian Rose #47232A

Tints of Bulgarian Rose #47232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 47.97%
G = 23.65%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47232A (or 0x47232A) is known color: 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

RGB 71 35 42 -
CMYK 0 0.51 0.41 0.72
HSL 348.33º 0.34% 0.21% -
HSV(B) 348.33º 0.51% 0.28% -
XYZ 3.62 2.71 2.52 -
YUV 46.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 71 35 42 0 0.51 0.41 0.72 348.33 0.34 0.21
Hex 47 23 2A 0 33 29 48 15C 22 15
Octal 107 43 52 0 63 51 110 534 42 25
Binary 1000111 100011 101010 0 110011 101001 1001000 101011100 100010 10101

Color Harmonies of #47232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47232A

Black with #47232A

Text Example


Text Example

White with #47232A

Text Example


Text Example

HTML Codes & Css Web 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>