Html Css Color HEX #481F21 Bulgarian Rose

📋 copy color: '#481F21'

red 72 ◦ green 31 ◦ blue 33

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

Shades of Bulgarian Rose #481F21

Tints of Bulgarian Rose #481F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 52.94%
G = 22.79%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#481F21 (or 0x481F21) is known color: Bulgarian Rose. HEX triplet: 48, 1F and 21. RGB value is (72,31,33). Sum of RGB (Red+Green+Blue) = 72+31+33=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F21 is #B7E0DE. Grayscale: #2B2B2B. Windows color (decimal): -12050655 or 2170696. OLE color: 2170696.

HSL color Cylindrical-coordinate representation of color #481F21: hue angle of 357.07º 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 #481F21 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 33 -
CMYK 0 0.57 0.54 0.72
HSL 357.07º 0.4% 0.2% -
HSV(B) 357.07º 0.57% 0.28% -
XYZ 3.44 2.47 1.73 -
YUV 43.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 72 31 33 0 0.57 0.54 0.72 357.07 0.4 0.2
Hex 48 1F 21 0 39 36 48 165 28 14
Octal 110 37 41 0 71 66 110 545 50 24
Binary 1001000 11111 100001 0 111001 110110 1001000 101100101 101000 10100

Color Harmonies of #481F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F21

Black with #481F21

Text Example


Text Example

White with #481F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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