Html Css Color HEX #480A18 Bordeaux

📋 copy color: '#480A18'

red 72 ◦ green 10 ◦ blue 24

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

Shades of Bordeaux #480A18

Tints of Bordeaux #480A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.64%

R = 67.92%
G = 9.43%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#480A18 (or 0x480A18) is known color: Bordeaux. HEX triplet: 48, 0A and 18. RGB value is (72,10,24). Sum of RGB (Red+Green+Blue) = 72+10+24=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A18 is #B7F5E7. Grayscale: #1E1E1E. Windows color (decimal): -12056040 or 1575496. OLE color: 1575496.

HSL color Cylindrical-coordinate representation of color #480A18: hue angle of 346.45º 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 #480A18 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 24 -
CMYK 0 0.86 0.67 0.72
HSL 346.45º 0.76% 0.16% -
HSV(B) 346.45º 0.86% 0.28% -
XYZ 2.95 1.66 1.03 -
YUV 30.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 72 10 24 0 0.86 0.67 0.72 346.45 0.76 0.16
Hex 48 A 18 0 56 43 48 15A 4C 10
Octal 110 12 30 0 126 103 110 532 114 20
Binary 1001000 1010 11000 0 1010110 1000011 1001000 101011010 1001100 10000

Color Harmonies of #480A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A18

Black with #480A18

Text Example


Text Example

White with #480A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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