Html Css Color HEX #4A1921 Bordeaux

📋 copy color: '#4A1921'

red 74 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #4A1921

Tints of Bordeaux #4A1921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 56.06%
G = 18.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4A1921 (or 0x4A1921) is known color: Bordeaux. HEX triplet: 4A, 19 and 21. RGB value is (74,25,33). Sum of RGB (Red+Green+Blue) = 74+25+33=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1921 is #B5E6DE. Grayscale: #282828. Windows color (decimal): -11921119 or 2169162. OLE color: 2169162.

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

Color convert

RGB 74 25 33 -
CMYK 0 0.66 0.55 0.71
HSL 350.2º 0.49% 0.19% -
HSV(B) 350.2º 0.66% 0.29% -
XYZ 3.45 2.26 1.69 -
YUV 40.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 74 25 33 0 0.66 0.55 0.71 350.2 0.49 0.19
Hex 4A 19 21 0 42 37 47 15E 31 13
Octal 112 31 41 0 102 67 107 536 61 23
Binary 1001010 11001 100001 0 1000010 110111 1000111 101011110 110001 10011

Color Harmonies of #4A1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1921

Black with #4A1921

Text Example


Text Example

White with #4A1921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,33); }

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

background-color css

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

 a { background-color: rgb(74,25,33); }

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

border-color css

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

 span { border-color: rgb(74,25,33); }

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