Html Css Color HEX #481D1E Bulgarian Rose

📋 copy color: '#481D1E'

red 72 ◦ green 29 ◦ blue 30

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

Shades of Bulgarian Rose #481D1E

Tints of Bulgarian Rose #481D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 54.96%
G = 22.14%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#481D1E (or 0x481D1E) is known color: Bulgarian Rose. HEX triplet: 48, 1D and 1E. RGB value is (72,29,30). Sum of RGB (Red+Green+Blue) = 72+29+30=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1E is #B7E2E1. Grayscale: #2A2A2A. Windows color (decimal): -12051170 or 1973576. OLE color: 1973576.

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

Color convert

RGB 72 29 30 -
CMYK 0 0.60 0.58 0.72
HSL 358.6º 0.43% 0.2% -
HSV(B) 358.6º 0.6% 0.28% -
XYZ 3.35 2.35 1.51 -
YUV 41.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 72 29 30 0 0.60 0.58 0.72 358.6 0.43 0.2
Hex 48 1D 1E 0 3C 3A 48 167 2B 14
Octal 110 35 36 0 74 72 110 547 53 24
Binary 1001000 11101 11110 0 111100 111010 1001000 101100111 101011 10100

Color Harmonies of #481D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D1E

Black with #481D1E

Text Example


Text Example

White with #481D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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