Html Css Color HEX #461921 Bordeaux

📋 copy color: '#461921'

red 70 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #461921

Tints of Bordeaux #461921

RGB

 RED value IS 70 (27.73% from 255) = 54.69%

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

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

R = 54.69%
G = 19.53%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#461921 (or 0x461921) is known color: Bordeaux. HEX triplet: 46, 19 and 21. RGB value is (70,25,33). Sum of RGB (Red+Green+Blue) = 70+25+33=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461921 is #B9E6DE. Grayscale: #272727. Windows color (decimal): -12183263 or 2169158. OLE color: 2169158.

HSL color Cylindrical-coordinate representation of color #461921: hue angle of 349.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461921 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 33 -
CMYK 0 0.64 0.53 0.73
HSL 349.33º 0.47% 0.19% -
HSV(B) 349.33º 0.64% 0.27% -
XYZ 3.15 2.11 1.68 -
YUV 39.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 70 25 33 0 0.64 0.53 0.73 349.33 0.47 0.19
Hex 46 19 21 0 40 35 49 15D 2F 13
Octal 106 31 41 0 100 65 111 535 57 23
Binary 1000110 11001 100001 0 1000000 110101 1001001 101011101 101111 10011

Color Harmonies of #461921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461921

Black with #461921

Text Example


Text Example

White with #461921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461921; }

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

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

background-color css

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

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

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

border-color css

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

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

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