Html Css Color HEX #451020 Bordeaux

📋 copy color: '#451020'

red 69 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #451020

Tints of Bordeaux #451020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

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

R = 58.97%
G = 13.68%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451020 (or 0x451020) is known color: Bordeaux. HEX triplet: 45, 10 and 20. RGB value is (69,16,32). Sum of RGB (Red+Green+Blue) = 69+16+32=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #451020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451020 is #BAEFDF. Grayscale: #212121. Windows color (decimal): -12251104 or 2101317. OLE color: 2101317.

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

Color convert

RGB 69 16 32 -
CMYK 0 0.77 0.54 0.73
HSL 341.89º 0.62% 0.17% -
HSV(B) 341.89º 0.77% 0.27% -
XYZ 2.9 1.74 1.55 -
YUV 33.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 69 16 32 0 0.77 0.54 0.73 341.89 0.62 0.17
Hex 45 10 20 0 4D 36 49 156 3E 11
Octal 105 20 40 0 115 66 111 526 76 21
Binary 1000101 10000 100000 0 1001101 110110 1001001 101010110 111110 10001

Color Harmonies of #451020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451020

Black with #451020

Text Example


Text Example

White with #451020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451020; }

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

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

background-color css

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

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

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

border-color css

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

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

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