Html Css Color HEX #461023 Bordeaux

📋 copy color: '#461023'

red 70 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #461023

Tints of Bordeaux #461023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

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

R = 57.85%
G = 13.22%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#461023 (or 0x461023) is known color: Bordeaux. HEX triplet: 46, 10 and 23. RGB value is (70,16,35). Sum of RGB (Red+Green+Blue) = 70+16+35=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461023 is #B9EFDC. Grayscale: #222222. Windows color (decimal): -12185565 or 2297926. OLE color: 2297926.

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

Color convert

RGB 70 16 35 -
CMYK 0 0.77 0.5 0.73
HSL 338.89º 0.63% 0.17% -
HSV(B) 338.89º 0.77% 0.27% -
XYZ 3.01 1.79 1.78 -
YUV 34.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 70 16 35 0 0.77 0.5 0.73 338.89 0.63 0.17
Hex 46 10 23 0 4D 32 49 153 3F 11
Octal 106 20 43 0 115 62 111 523 77 21
Binary 1000110 10000 100011 0 1001101 110010 1001001 101010011 111111 10001

Color Harmonies of #461023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461023

Black with #461023

Text Example


Text Example

White with #461023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461023; }

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

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

background-color css

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

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

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

border-color css

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

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

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