Html Css Color HEX #472327 Bulgarian Rose

📋 copy color: '#472327'

red 71 ◦ green 35 ◦ blue 39

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

Shades of Bulgarian Rose #472327

Tints of Bulgarian Rose #472327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 48.97%
G = 24.14%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#472327 (or 0x472327) is known color: Bulgarian Rose. HEX triplet: 47, 23 and 27. RGB value is (71,35,39). Sum of RGB (Red+Green+Blue) = 71+35+39=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472327 is #B8DCD8. Grayscale: #2E2E2E. Windows color (decimal): -12115161 or 2564935. OLE color: 2564935.

HSL color Cylindrical-coordinate representation of color #472327: hue angle of 353.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 #472327 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 39 -
CMYK 0 0.51 0.45 0.72
HSL 353.33º 0.34% 0.21% -
HSV(B) 353.33º 0.51% 0.28% -
XYZ 3.57 2.69 2.25 -
YUV 46.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 71 35 39 0 0.51 0.45 0.72 353.33 0.34 0.21
Hex 47 23 27 0 33 2D 48 161 22 15
Octal 107 43 47 0 63 55 110 541 42 25
Binary 1000111 100011 100111 0 110011 101101 1001000 101100001 100010 10101

Color Harmonies of #472327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472327

Black with #472327

Text Example


Text Example

White with #472327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472327; }

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

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

background-color css

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

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

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

border-color css

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

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

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