Html Css Color HEX #451320 Bordeaux

📋 copy color: '#451320'

red 69 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #451320

Tints of Bordeaux #451320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 57.5%
G = 15.83%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451320 (or 0x451320) is known color: Bordeaux. HEX triplet: 45, 13 and 20. RGB value is (69,19,32). Sum of RGB (Red+Green+Blue) = 69+19+32=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #451320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451320 is #BAECDF. Grayscale: #232323. Windows color (decimal): -12250336 or 2102085. OLE color: 2102085.

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

Color convert

RGB 69 19 32 -
CMYK 0 0.72 0.54 0.73
HSL 344.4º 0.57% 0.17% -
HSV(B) 344.4º 0.72% 0.27% -
XYZ 2.95 1.84 1.57 -
YUV 35.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 69 19 32 0 0.72 0.54 0.73 344.4 0.57 0.17
Hex 45 13 20 0 48 36 49 158 39 11
Octal 105 23 40 0 110 66 111 530 71 21
Binary 1000101 10011 100000 0 1001000 110110 1001001 101011000 111001 10001

Color Harmonies of #451320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451320

Black with #451320

Text Example


Text Example

White with #451320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451320; }

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

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

background-color css

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

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

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

border-color css

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

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

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