Html Css Color HEX #4A1318 Bordeaux

📋 copy color: '#4A1318'

red 74 ◦ green 19 ◦ blue 24

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

Shades of Bordeaux #4A1318

Tints of Bordeaux #4A1318

RGB

 RED value IS 74 (29.3% from 255) = 63.25%

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 63.25%
G = 16.24%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#4A1318 (or 0x4A1318) is known color: Bordeaux. HEX triplet: 4A, 13 and 18. RGB value is (74,19,24). Sum of RGB (Red+Green+Blue) = 74+19+24=117 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.25% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1318 is #B5ECE7. Grayscale: #242424. Windows color (decimal): -11922664 or 1577802. OLE color: 1577802.

HSL color Cylindrical-coordinate representation of color #4A1318: hue angle of 354.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1318 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 19 24 -
CMYK 0 0.74 0.68 0.71
HSL 354.55º 0.59% 0.18% -
HSV(B) 354.55º 0.74% 0.29% -
XYZ 3.22 1.99 1.08 -
YUV 36.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 74 19 24 0 0.74 0.68 0.71 354.55 0.59 0.18
Hex 4A 13 18 0 4A 44 47 163 3B 12
Octal 112 23 30 0 112 104 107 543 73 22
Binary 1001010 10011 11000 0 1001010 1000100 1000111 101100011 111011 10010

Color Harmonies of #4A1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1318

Black with #4A1318

Text Example


Text Example

White with #4A1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1318; }

 p { color: rgb(74,19,24); }

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

background-color css

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

 a { background-color: rgb(74,19,24); }

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

border-color css

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

 span { border-color: rgb(74,19,24); }

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