Html Css Color HEX #461423 Bordeaux

📋 copy color: '#461423'

red 70 ◦ green 20 ◦ blue 35

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

Shades of Bordeaux #461423

Tints of Bordeaux #461423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

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

R = 56%
G = 16%
B = 28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#461423 (or 0x461423) is known color: Bordeaux. HEX triplet: 46, 14 and 23. RGB value is (70,20,35). Sum of RGB (Red+Green+Blue) = 70+20+35=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461423 is #B9EBDC. Grayscale: #242424. Windows color (decimal): -12184541 or 2298950. OLE color: 2298950.

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

Color convert

RGB 70 20 35 -
CMYK 0 0.71 0.5 0.73
HSL 342º 0.56% 0.18% -
HSV(B) 342º 0.71% 0.27% -
XYZ 3.08 1.92 1.8 -
YUV 36.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 70 20 35 0 0.71 0.5 0.73 342 0.56 0.18
Hex 46 14 23 0 47 32 49 156 38 12
Octal 106 24 43 0 107 62 111 526 70 22
Binary 1000110 10100 100011 0 1000111 110010 1001001 101010110 111000 10010

Color Harmonies of #461423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461423

Black with #461423

Text Example


Text Example

White with #461423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461423; }

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

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

background-color css

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

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

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

border-color css

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

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

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