Html Css Color HEX #480A1C Bordeaux

📋 copy color: '#480A1C'

red 72 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #480A1C

Tints of Bordeaux #480A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.09%

 BLUE value IS 28 (11.33% from 255) = 25.45%

R = 65.45%
G = 9.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#480A1C (or 0x480A1C) is known color: Bordeaux. HEX triplet: 48, 0A and 1C. RGB value is (72,10,28). Sum of RGB (Red+Green+Blue) = 72+10+28=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A1C is #B7F5E3. Grayscale: #1E1E1E. Windows color (decimal): -12056036 or 1837640. OLE color: 1837640.

HSL color Cylindrical-coordinate representation of color #480A1C: hue angle of 342.58º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A1C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 28 -
CMYK 0 0.86 0.61 0.72
HSL 342.58º 0.76% 0.16% -
HSV(B) 342.58º 0.86% 0.28% -
XYZ 2.99 1.68 1.26 -
YUV 30.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 72 10 28 0 0.86 0.61 0.72 342.58 0.76 0.16
Hex 48 A 1C 0 56 3D 48 157 4C 10
Octal 110 12 34 0 126 75 110 527 114 20
Binary 1001000 1010 11100 0 1010110 111101 1001000 101010111 1001100 10000

Color Harmonies of #480A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A1C

Black with #480A1C

Text Example


Text Example

White with #480A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A1C; }

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

 H1.HeaderClassName
 {
   color: #480A1C;
 }
 .AnyTagClassName
 {
   color: #480A1C;
 }
</style>

background-color css

<style>
 a { background-color: #480A1C; }

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

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

border-color css

<style>
 span { border-color: #480A1C; }

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

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