Html Css Color HEX #4A222A Bordeaux

📋 copy color: '#4A222A'

red 74 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #4A222A

Tints of Bordeaux #4A222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

 BLUE value IS 42 (16.8% from 255) = 28%

R = 49.33%
G = 22.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4A222A (or 0x4A222A) is known color: Bordeaux. HEX triplet: 4A, 22 and 2A. RGB value is (74,34,42). Sum of RGB (Red+Green+Blue) = 74+34+42=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A222A is #B5DDD5. Grayscale: #2E2E2E. Windows color (decimal): -11918806 or 2761290. OLE color: 2761290.

HSL color Cylindrical-coordinate representation of color #4A222A: hue angle of 348º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A222A is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 34 42 -
CMYK 0 0.54 0.43 0.71
HSL 348º 0.37% 0.21% -
HSV(B) 348º 0.54% 0.29% -
XYZ 3.81 2.77 2.52 -
YUV 46.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 74 34 42 0 0.54 0.43 0.71 348 0.37 0.21
Hex 4A 22 2A 0 36 2B 47 15C 25 15
Octal 112 42 52 0 66 53 107 534 45 25
Binary 1001010 100010 101010 0 110110 101011 1000111 101011100 100101 10101

Color Harmonies of #4A222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A222A

Black with #4A222A

Text Example


Text Example

White with #4A222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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