Html Css Color HEX #48081F Bordeaux

📋 copy color: '#48081F'

red 72 ◦ green 8 ◦ blue 31

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

Shades of Bordeaux #48081F

Tints of Bordeaux #48081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 64.86%
G = 7.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48081F (or 0x48081F) is known color: Bordeaux. HEX triplet: 48, 08 and 1F. RGB value is (72,8,31). Sum of RGB (Red+Green+Blue) = 72+8+31=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #48081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48081F is #B7F7E0. Grayscale: #1D1D1D. Windows color (decimal): -12056545 or 2033736. OLE color: 2033736.

HSL color Cylindrical-coordinate representation of color #48081F: hue angle of 338.44º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48081F is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 31 -
CMYK 0 0.89 0.57 0.72
HSL 338.44º 0.8% 0.16% -
HSV(B) 338.44º 0.89% 0.28% -
XYZ 3.01 1.65 1.46 -
YUV 29.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 72 8 31 0 0.89 0.57 0.72 338.44 0.8 0.16
Hex 48 8 1F 0 59 39 48 152 50 10
Octal 110 10 37 0 131 71 110 522 120 20
Binary 1001000 1000 11111 0 1011001 111001 1001000 101010010 1010000 10000

Color Harmonies of #48081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48081F

Black with #48081F

Text Example


Text Example

White with #48081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48081F; }

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

 H1.HeaderClassName
 {
   color: #48081F;
 }
 .AnyTagClassName
 {
   color: #48081F;
 }
</style>

background-color css

<style>
 a { background-color: #48081F; }

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

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

border-color css

<style>
 span { border-color: #48081F; }

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

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