Html Css Color HEX #481B1F Bordeaux

📋 copy color: '#481B1F'

red 72 ◦ green 27 ◦ blue 31

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

Shades of Bordeaux #481B1F

Tints of Bordeaux #481B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

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

R = 55.38%
G = 20.77%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#481B1F (or 0x481B1F) is known color: Bordeaux. HEX triplet: 48, 1B and 1F. RGB value is (72,27,31). Sum of RGB (Red+Green+Blue) = 72+27+31=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B1F is #B7E4E0. Grayscale: #282828. Windows color (decimal): -12051681 or 2038600. OLE color: 2038600.

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

Color convert

RGB 72 27 31 -
CMYK 0 0.62 0.57 0.72
HSL 354.67º 0.45% 0.19% -
HSV(B) 354.67º 0.63% 0.28% -
XYZ 3.31 2.26 1.56 -
YUV 40.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 72 27 31 0 0.62 0.57 0.72 354.67 0.45 0.19
Hex 48 1B 1F 0 3E 39 48 163 2D 13
Octal 110 33 37 0 76 71 110 543 55 23
Binary 1001000 11011 11111 0 111110 111001 1001000 101100011 101101 10011

Color Harmonies of #481B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B1F

Black with #481B1F

Text Example


Text Example

White with #481B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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