Html Css Color HEX #481018 Bordeaux

📋 copy color: '#481018'

red 72 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #481018

Tints of Bordeaux #481018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

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

R = 64.29%
G = 14.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481018 (or 0x481018) is known color: Bordeaux. HEX triplet: 48, 10 and 18. RGB value is (72,16,24). Sum of RGB (Red+Green+Blue) = 72+16+24=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481018 is #B7EFE7. Grayscale: #212121. Windows color (decimal): -12054504 or 1577032. OLE color: 1577032.

HSL color Cylindrical-coordinate representation of color #481018: hue angle of 351.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481018 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 24 -
CMYK 0 0.78 0.67 0.72
HSL 351.43º 0.64% 0.17% -
HSV(B) 351.43º 0.78% 0.28% -
XYZ 3.02 1.81 1.06 -
YUV 33.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 72 16 24 0 0.78 0.67 0.72 351.43 0.64 0.17
Hex 48 10 18 0 4E 43 48 15F 40 11
Octal 110 20 30 0 116 103 110 537 100 21
Binary 1001000 10000 11000 0 1001110 1000011 1001000 101011111 1000000 10001

Color Harmonies of #481018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481018

Black with #481018

Text Example


Text Example

White with #481018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481018; }

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

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

background-color css

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

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

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

border-color css

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

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

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