Html Css Color HEX #480818 Bordeaux

📋 copy color: '#480818'

red 72 ◦ green 8 ◦ blue 24

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

Shades of Bordeaux #480818

Tints of Bordeaux #480818

RGB

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

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

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

R = 69.23%
G = 7.69%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#480818 (or 0x480818) is known color: Bordeaux. HEX triplet: 48, 08 and 18. RGB value is (72,8,24). Sum of RGB (Red+Green+Blue) = 72+8+24=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480818 is #B7F7E7. Grayscale: #1C1C1C. Windows color (decimal): -12056552 or 1574984. OLE color: 1574984.

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

Color convert

RGB 72 8 24 -
CMYK 0 0.89 0.67 0.72
HSL 345º 0.8% 0.16% -
HSV(B) 345º 0.89% 0.28% -
XYZ 2.92 1.62 1.02 -
YUV 28.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 72 8 24 0 0.89 0.67 0.72 345 0.8 0.16
Hex 48 8 18 0 59 43 48 159 50 10
Octal 110 10 30 0 131 103 110 531 120 20
Binary 1001000 1000 11000 0 1011001 1000011 1001000 101011001 1010000 10000

Color Harmonies of #480818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480818

Black with #480818

Text Example


Text Example

White with #480818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480818; }

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

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

background-color css

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

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

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

border-color css

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

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

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