Html Css Color HEX #4A021A Bordeaux

📋 copy color: '#4A021A'

red 74 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #4A021A

Tints of Bordeaux #4A021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

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

R = 72.55%
G = 1.96%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4A021A (or 0x4A021A) is known color: Bordeaux. HEX triplet: 4A, 02 and 1A. RGB value is (74,2,26). Sum of RGB (Red+Green+Blue) = 74+2+26=102 (13% of max value = 765). Red value is 74 (29.30% from 255 or 72.55% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 74 - color contains mainly: red. Hex color #4A021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A021A is #B5FDE5. Grayscale: #1A1A1A. Windows color (decimal): -11927014 or 1704522. OLE color: 1704522.

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

Color convert

RGB 74 2 26 -
CMYK 0 0.97 0.65 0.71
HSL 340º 0.95% 0.15% -
HSV(B) 340º 0.97% 0.29% -
XYZ 3.03 1.57 1.12 -
YUV 26.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 74 2 26 0 0.97 0.65 0.71 340 0.95 0.15
Hex 4A 2 1A 0 61 41 47 154 5F F
Octal 112 2 32 0 141 101 107 524 137 17
Binary 1001010 10 11010 0 1100001 1000001 1000111 101010100 1011111 1111

Color Harmonies of #4A021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A021A

Black with #4A021A

Text Example


Text Example

White with #4A021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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