Html Css Color HEX #4A1322 Bordeaux

📋 copy color: '#4A1322'

red 74 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #4A1322

Tints of Bordeaux #4A1322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.77%

R = 58.27%
G = 14.96%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#4A1322 (or 0x4A1322) is known color: Bordeaux. HEX triplet: 4A, 13 and 22. RGB value is (74,19,34). Sum of RGB (Red+Green+Blue) = 74+19+34=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1322 is #B5ECDD. Grayscale: #252525. Windows color (decimal): -11922654 or 2233162. OLE color: 2233162.

HSL color Cylindrical-coordinate representation of color #4A1322: hue angle of 343.64º 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 #4A1322 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 19 34 -
CMYK 0 0.74 0.54 0.71
HSL 343.64º 0.59% 0.18% -
HSV(B) 343.64º 0.74% 0.29% -
XYZ 3.35 2.04 1.73 -
YUV 37.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 74 19 34 0 0.74 0.54 0.71 343.64 0.59 0.18
Hex 4A 13 22 0 4A 36 47 158 3B 12
Octal 112 23 42 0 112 66 107 530 73 22
Binary 1001010 10011 100010 0 1001010 110110 1000111 101011000 111011 10010

Color Harmonies of #4A1322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1322

Black with #4A1322

Text Example


Text Example

White with #4A1322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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