Html Css Color HEX #451A20 Bordeaux

📋 copy color: '#451A20'

red 69 ◦ green 26 ◦ blue 32

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

Shades of Bordeaux #451A20

Tints of Bordeaux #451A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.47%

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

R = 54.33%
G = 20.47%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451A20 (or 0x451A20) is known color: Bordeaux. HEX triplet: 45, 1A and 20. RGB value is (69,26,32). Sum of RGB (Red+Green+Blue) = 69+26+32=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A20 is #BAE5DF. Grayscale: #272727. Windows color (decimal): -12248544 or 2103877. OLE color: 2103877.

HSL color Cylindrical-coordinate representation of color #451A20: hue angle of 351.63º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451A20 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 26 32 -
CMYK 0 0.62 0.54 0.73
HSL 351.63º 0.45% 0.19% -
HSV(B) 351.63º 0.62% 0.27% -
XYZ 3.08 2.11 1.61 -
YUV 39.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 69 26 32 0 0.62 0.54 0.73 351.63 0.45 0.19
Hex 45 1A 20 0 3E 36 49 160 2D 13
Octal 105 32 40 0 76 66 111 540 55 23
Binary 1000101 11010 100000 0 111110 110110 1001001 101100000 101101 10011

Color Harmonies of #451A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A20

Black with #451A20

Text Example


Text Example

White with #451A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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