Html Css Color HEX #4A181A Bordeaux

📋 copy color: '#4A181A'

red 74 ◦ green 24 ◦ blue 26

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

Shades of Bordeaux #4A181A

Tints of Bordeaux #4A181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 59.68%
G = 19.35%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4A181A (or 0x4A181A) is known color: Bordeaux. HEX triplet: 4A, 18 and 1A. RGB value is (74,24,26). Sum of RGB (Red+Green+Blue) = 74+24+26=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A181A is #B5E7E5. Grayscale: #272727. Windows color (decimal): -11921382 or 1710154. OLE color: 1710154.

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

Color convert

RGB 74 24 26 -
CMYK 0 0.68 0.65 0.71
HSL 357.6º 0.51% 0.19% -
HSV(B) 357.6º 0.68% 0.29% -
XYZ 3.34 2.18 1.22 -
YUV 39.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 74 24 26 0 0.68 0.65 0.71 357.6 0.51 0.19
Hex 4A 18 1A 0 44 41 47 166 33 13
Octal 112 30 32 0 104 101 107 546 63 23
Binary 1001010 11000 11010 0 1000100 1000001 1000111 101100110 110011 10011

Color Harmonies of #4A181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A181A

Black with #4A181A

Text Example


Text Example

White with #4A181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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