Html Css Color HEX #481D1F Bulgarian Rose

📋 copy color: '#481D1F'

red 72 ◦ green 29 ◦ blue 31

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

Shades of Bulgarian Rose #481D1F

Tints of Bulgarian Rose #481D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 54.55%
G = 21.97%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#481D1F (or 0x481D1F) is known color: Bulgarian Rose. HEX triplet: 48, 1D and 1F. RGB value is (72,29,31). Sum of RGB (Red+Green+Blue) = 72+29+31=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1F is #B7E2E0. Grayscale: #2A2A2A. Windows color (decimal): -12051169 or 2039112. OLE color: 2039112.

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

Color convert

RGB 72 29 31 -
CMYK 0 0.60 0.57 0.72
HSL 357.21º 0.43% 0.2% -
HSV(B) 357.21º 0.6% 0.28% -
XYZ 3.36 2.36 1.57 -
YUV 42.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 72 29 31 0 0.60 0.57 0.72 357.21 0.43 0.2
Hex 48 1D 1F 0 3C 39 48 165 2B 14
Octal 110 35 37 0 74 71 110 545 53 24
Binary 1001000 11101 11111 0 111100 111001 1001000 101100101 101011 10100

Color Harmonies of #481D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D1F

Black with #481D1F

Text Example


Text Example

White with #481D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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