Html Css Color HEX #461224 Bordeaux

📋 copy color: '#461224'

red 70 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #461224

Tints of Bordeaux #461224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.03%

R = 56.45%
G = 14.52%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#461224 (or 0x461224) is known color: Bordeaux. HEX triplet: 46, 12 and 24. RGB value is (70,18,36). Sum of RGB (Red+Green+Blue) = 70+18+36=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461224 is #B9EDDB. Grayscale: #232323. Windows color (decimal): -12185052 or 2363974. OLE color: 2363974.

HSL color Cylindrical-coordinate representation of color #461224: hue angle of 339.23º 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 #461224 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 36 -
CMYK 0 0.74 0.49 0.73
HSL 339.23º 0.59% 0.17% -
HSV(B) 339.23º 0.74% 0.27% -
XYZ 3.06 1.86 1.87 -
YUV 35.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 70 18 36 0 0.74 0.49 0.73 339.23 0.59 0.17
Hex 46 12 24 0 4A 31 49 153 3B 11
Octal 106 22 44 0 112 61 111 523 73 21
Binary 1000110 10010 100100 0 1001010 110001 1001001 101010011 111011 10001

Color Harmonies of #461224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461224

Black with #461224

Text Example


Text Example

White with #461224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461224; }

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

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

background-color css

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

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

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

border-color css

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

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

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