Html Css Color HEX #472325 Bulgarian Rose

📋 copy color: '#472325'

red 71 ◦ green 35 ◦ blue 37

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

Shades of Bulgarian Rose #472325

Tints of Bulgarian Rose #472325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 49.65%
G = 24.48%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#472325 (or 0x472325) is known color: Bulgarian Rose. HEX triplet: 47, 23 and 25. RGB value is (71,35,37). Sum of RGB (Red+Green+Blue) = 71+35+37=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #472325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472325 is #B8DCDA. Grayscale: #2E2E2E. Windows color (decimal): -12115163 or 2433863. OLE color: 2433863.

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

Color convert

RGB 71 35 37 -
CMYK 0 0.51 0.48 0.72
HSL 356.67º 0.34% 0.21% -
HSV(B) 356.67º 0.51% 0.28% -
XYZ 3.53 2.68 2.08 -
YUV 45.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 71 35 37 0 0.51 0.48 0.72 356.67 0.34 0.21
Hex 47 23 25 0 33 30 48 165 22 15
Octal 107 43 45 0 63 60 110 545 42 25
Binary 1000111 100011 100101 0 110011 110000 1001000 101100101 100010 10101

Color Harmonies of #472325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472325

Black with #472325

Text Example


Text Example

White with #472325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472325; }

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

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

background-color css

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

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

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

border-color css

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

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

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