Html Css Color HEX #472225 Bulgarian Rose

📋 copy color: '#472225'

red 71 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #472225

Tints of Bulgarian Rose #472225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.94%

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

R = 50%
G = 23.94%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#472225 (or 0x472225) is known color: Bulgarian Rose. HEX triplet: 47, 22 and 25. RGB value is (71,34,37). Sum of RGB (Red+Green+Blue) = 71+34+37=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472225 is #B8DDDA. Grayscale: #2D2D2D. Windows color (decimal): -12115419 or 2433607. OLE color: 2433607.

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

Color convert

RGB 71 34 37 -
CMYK 0 0.52 0.48 0.72
HSL 355.14º 0.35% 0.21% -
HSV(B) 355.14º 0.52% 0.28% -
XYZ 3.5 2.62 2.07 -
YUV 45.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 71 34 37 0 0.52 0.48 0.72 355.14 0.35 0.21
Hex 47 22 25 0 34 30 48 163 23 15
Octal 107 42 45 0 64 60 110 543 43 25
Binary 1000111 100010 100101 0 110100 110000 1001000 101100011 100011 10101

Color Harmonies of #472225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472225

Black with #472225

Text Example


Text Example

White with #472225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472225; }

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

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

background-color css

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

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

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

border-color css

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

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

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