Html Css Color HEX #481C1F Bordeaux

📋 copy color: '#481C1F'

red 72 ◦ green 28 ◦ blue 31

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

Shades of Bordeaux #481C1F

Tints of Bordeaux #481C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

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

R = 54.96%
G = 21.37%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#481C1F (or 0x481C1F) is known color: Bordeaux. HEX triplet: 48, 1C and 1F. RGB value is (72,28,31). Sum of RGB (Red+Green+Blue) = 72+28+31=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C1F is #B7E3E0. Grayscale: #292929. Windows color (decimal): -12051425 or 2038856. OLE color: 2038856.

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

Color convert

RGB 72 28 31 -
CMYK 0 0.61 0.57 0.72
HSL 355.91º 0.44% 0.2% -
HSV(B) 355.91º 0.61% 0.28% -
XYZ 3.34 2.31 1.57 -
YUV 41.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 72 28 31 0 0.61 0.57 0.72 355.91 0.44 0.2
Hex 48 1C 1F 0 3D 39 48 164 2C 14
Octal 110 34 37 0 75 71 110 544 54 24
Binary 1001000 11100 11111 0 111101 111001 1001000 101100100 101100 10100

Color Harmonies of #481C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C1F

Black with #481C1F

Text Example


Text Example

White with #481C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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