Html Css Color HEX #481F20 Bulgarian Rose

📋 copy color: '#481F20'

red 72 ◦ green 31 ◦ blue 32

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

Shades of Bulgarian Rose #481F20

Tints of Bulgarian Rose #481F20

RGB

 RED value IS 72 (28.52% from 255) = 53.33%

 GREEN value IS 31 (12.5% from 255) = 22.96%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 53.33%
G = 22.96%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481F20 (or 0x481F20) is known color: Bulgarian Rose. HEX triplet: 48, 1F and 20. RGB value is (72,31,32). Sum of RGB (Red+Green+Blue) = 72+31+32=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F20 is #B7E0DF. Grayscale: #2B2B2B. Windows color (decimal): -12050656 or 2105160. OLE color: 2105160.

HSL color Cylindrical-coordinate representation of color #481F20: hue angle of 358.54º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F20 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 32 -
CMYK 0 0.57 0.56 0.72
HSL 358.54º 0.4% 0.2% -
HSV(B) 358.54º 0.57% 0.28% -
XYZ 3.42 2.46 1.66 -
YUV 43.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 72 31 32 0 0.57 0.56 0.72 358.54 0.4 0.2
Hex 48 1F 20 0 39 38 48 167 28 14
Octal 110 37 40 0 71 70 110 547 50 24
Binary 1001000 11111 100000 0 111001 111000 1001000 101100111 101000 10100

Color Harmonies of #481F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F20

Black with #481F20

Text Example


Text Example

White with #481F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F20; }

 p { color: rgb(72,31,32); }

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

background-color css

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

 a { background-color: rgb(72,31,32); }

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

border-color css

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

 span { border-color: rgb(72,31,32); }

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