Html Css Color HEX #481E1F Bulgarian Rose

📋 copy color: '#481E1F'

red 72 ◦ green 30 ◦ blue 31

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

Shades of Bulgarian Rose #481E1F

Tints of Bulgarian Rose #481E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

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

R = 54.14%
G = 22.56%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#481E1F (or 0x481E1F) is known color: Bulgarian Rose. HEX triplet: 48, 1E and 1F. RGB value is (72,30,31). Sum of RGB (Red+Green+Blue) = 72+30+31=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E1F is #B7E1E0. Grayscale: #2A2A2A. Windows color (decimal): -12050913 or 2039368. OLE color: 2039368.

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

Color convert

RGB 72 30 31 -
CMYK 0 0.58 0.57 0.72
HSL 358.57º 0.41% 0.2% -
HSV(B) 358.57º 0.58% 0.28% -
XYZ 3.38 2.41 1.58 -
YUV 42.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 72 30 31 0 0.58 0.57 0.72 358.57 0.41 0.2
Hex 48 1E 1F 0 3A 39 48 167 29 14
Octal 110 36 37 0 72 71 110 547 51 24
Binary 1001000 11110 11111 0 111010 111001 1001000 101100111 101001 10100

Color Harmonies of #481E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E1F

Black with #481E1F

Text Example


Text Example

White with #481E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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