Html Css Color HEX #451620 Bordeaux

📋 copy color: '#451620'

red 69 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #451620

Tints of Bordeaux #451620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 56.1%
G = 17.89%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#451620 (or 0x451620) is known color: Bordeaux. HEX triplet: 45, 16 and 20. RGB value is (69,22,32). Sum of RGB (Red+Green+Blue) = 69+22+32=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451620 is #BAE9DF. Grayscale: #252525. Windows color (decimal): -12249568 or 2102853. OLE color: 2102853.

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

Color convert

RGB 69 22 32 -
CMYK 0 0.68 0.54 0.73
HSL 347.23º 0.52% 0.18% -
HSV(B) 347.23º 0.68% 0.27% -
XYZ 3 1.94 1.58 -
YUV 37.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 69 22 32 0 0.68 0.54 0.73 347.23 0.52 0.18
Hex 45 16 20 0 44 36 49 15B 34 12
Octal 105 26 40 0 104 66 111 533 64 22
Binary 1000101 10110 100000 0 1000100 110110 1001001 101011011 110100 10010

Color Harmonies of #451620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451620

Black with #451620

Text Example


Text Example

White with #451620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451620; }

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

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

background-color css

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

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

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

border-color css

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

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

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