Html Css Color HEX #451120 Bordeaux

📋 copy color: '#451120'

red 69 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #451120

Tints of Bordeaux #451120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 58.47%
G = 14.41%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451120 (or 0x451120) is known color: Bordeaux. HEX triplet: 45, 11 and 20. RGB value is (69,17,32). Sum of RGB (Red+Green+Blue) = 69+17+32=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #451120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451120 is #BAEEDF. Grayscale: #222222. Windows color (decimal): -12250848 or 2101573. OLE color: 2101573.

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

Color convert

RGB 69 17 32 -
CMYK 0 0.75 0.54 0.73
HSL 342.69º 0.6% 0.17% -
HSV(B) 342.69º 0.75% 0.27% -
XYZ 2.92 1.77 1.55 -
YUV 34.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 69 17 32 0 0.75 0.54 0.73 342.69 0.6 0.17
Hex 45 11 20 0 4B 36 49 157 3C 11
Octal 105 21 40 0 113 66 111 527 74 21
Binary 1000101 10001 100000 0 1001011 110110 1001001 101010111 111100 10001

Color Harmonies of #451120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451120

Black with #451120

Text Example


Text Example

White with #451120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451120; }

 p { color: rgb(69,17,32); }

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

background-color css

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

 a { background-color: rgb(69,17,32); }

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

border-color css

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

 span { border-color: rgb(69,17,32); }

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