Html Css Color HEX #461223 Bordeaux

📋 copy color: '#461223'

red 70 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #461223

Tints of Bordeaux #461223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

 BLUE value IS 35 (14.06% from 255) = 28.46%

R = 56.91%
G = 14.63%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#461223 (or 0x461223) is known color: Bordeaux. HEX triplet: 46, 12 and 23. RGB value is (70,18,35). Sum of RGB (Red+Green+Blue) = 70+18+35=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461223 is #B9EDDC. Grayscale: #232323. Windows color (decimal): -12185053 or 2298438. OLE color: 2298438.

HSL color Cylindrical-coordinate representation of color #461223: hue angle of 340.38º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461223 is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 35 -
CMYK 0 0.74 0.5 0.73
HSL 340.38º 0.59% 0.17% -
HSV(B) 340.38º 0.74% 0.27% -
XYZ 3.05 1.86 1.79 -
YUV 35.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 70 18 35 0 0.74 0.5 0.73 340.38 0.59 0.17
Hex 46 12 23 0 4A 32 49 154 3B 11
Octal 106 22 43 0 112 62 111 524 73 21
Binary 1000110 10010 100011 0 1001010 110010 1001001 101010100 111011 10001

Color Harmonies of #461223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461223

Black with #461223

Text Example


Text Example

White with #461223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461223; }

 p { color: rgb(70,18,35); }

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

background-color css

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

 a { background-color: rgb(70,18,35); }

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

border-color css

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

 span { border-color: rgb(70,18,35); }

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