Html Css Color HEX #451224 Bordeaux

📋 copy color: '#451224'

red 69 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #451224

Tints of Bordeaux #451224

RGB

 RED value IS 69 (27.34% from 255) = 56.1%

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

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

R = 56.1%
G = 14.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#451224 (or 0x451224) is known color: Bordeaux. HEX triplet: 45, 12 and 24. RGB value is (69,18,36). Sum of RGB (Red+Green+Blue) = 69+18+36=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451224 is #BAEDDB. Grayscale: #232323. Windows color (decimal): -12250588 or 2363973. OLE color: 2363973.

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

Color convert

RGB 69 18 36 -
CMYK 0 0.74 0.48 0.73
HSL 338.82º 0.59% 0.17% -
HSV(B) 338.82º 0.74% 0.27% -
XYZ 2.99 1.83 1.86 -
YUV 35.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 69 18 36 0 0.74 0.48 0.73 338.82 0.59 0.17
Hex 45 12 24 0 4A 30 49 153 3B 11
Octal 105 22 44 0 112 60 111 523 73 21
Binary 1000101 10010 100100 0 1001010 110000 1001001 101010011 111011 10001

Color Harmonies of #451224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451224

Black with #451224

Text Example


Text Example

White with #451224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451224; }

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

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

background-color css

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

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

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

border-color css

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

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

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