Html Css Color HEX #461523 Bordeaux

📋 copy color: '#461523'

red 70 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #461523

Tints of Bordeaux #461523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 55.56%
G = 16.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#461523 (or 0x461523) is known color: Bordeaux. HEX triplet: 46, 15 and 23. RGB value is (70,21,35). Sum of RGB (Red+Green+Blue) = 70+21+35=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461523 is #B9EADC. Grayscale: #252525. Windows color (decimal): -12184285 or 2299206. OLE color: 2299206.

HSL color Cylindrical-coordinate representation of color #461523: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461523 is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 35 -
CMYK 0 0.70 0.5 0.73
HSL 342.86º 0.54% 0.18% -
HSV(B) 342.86º 0.7% 0.27% -
XYZ 3.1 1.96 1.81 -
YUV 37.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 70 21 35 0 0.70 0.5 0.73 342.86 0.54 0.18
Hex 46 15 23 0 46 32 49 157 36 12
Octal 106 25 43 0 106 62 111 527 66 22
Binary 1000110 10101 100011 0 1000110 110010 1001001 101010111 110110 10010

Color Harmonies of #461523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461523

Black with #461523

Text Example


Text Example

White with #461523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461523; }

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

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

background-color css

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

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

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

border-color css

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

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

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