Html Css Color HEX #451520 Bordeaux

📋 copy color: '#451520'

red 69 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #451520

Tints of Bordeaux #451520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 56.56%
G = 17.21%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451520 (or 0x451520) is known color: Bordeaux. HEX triplet: 45, 15 and 20. RGB value is (69,21,32). Sum of RGB (Red+Green+Blue) = 69+21+32=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451520 is #BAEADF. Grayscale: #242424. Windows color (decimal): -12249824 or 2102597. OLE color: 2102597.

HSL color Cylindrical-coordinate representation of color #451520: hue angle of 346.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451520 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 21 32 -
CMYK 0 0.70 0.54 0.73
HSL 346.25º 0.53% 0.18% -
HSV(B) 346.25º 0.7% 0.27% -
XYZ 2.98 1.91 1.58 -
YUV 36.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 69 21 32 0 0.70 0.54 0.73 346.25 0.53 0.18
Hex 45 15 20 0 46 36 49 15A 35 12
Octal 105 25 40 0 106 66 111 532 65 22
Binary 1000101 10101 100000 0 1000110 110110 1001001 101011010 110101 10010

Color Harmonies of #451520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451520

Black with #451520

Text Example


Text Example

White with #451520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451520; }

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

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

background-color css

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

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

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

border-color css

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

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

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