Html Css Color HEX #450016 Bordeaux

📋 copy color: '#450016'

red 69 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #450016

Tints of Bordeaux #450016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 24.18%

R = 75.82%
G = 0%
B = 24.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#450016 (or 0x450016) is known color: Bordeaux. HEX triplet: 45, 00 and 16. RGB value is (69,0,22). Sum of RGB (Red+Green+Blue) = 69+0+22=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450016 is #BAFFE9. Grayscale: #171717. Windows color (decimal): -12255210 or 1441861. OLE color: 1441861.

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

Color convert

RGB 69 0 22 -
CMYK 0 1 0.68 0.73
HSL 340.87º 1% 0.14% -
HSV(B) 340.87º 1% 0.27% -
XYZ 2.6 1.32 0.88 -
YUV 23.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 69 0 22 0 1 0.68 0.73 340.87 1 0.14
Hex 45 0 16 0 64 44 49 155 64 E
Octal 105 0 26 0 144 104 111 525 144 16
Binary 1000101 0 10110 0 1100100 1000100 1001001 101010101 1100100 1110

Color Harmonies of #450016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450016

Black with #450016

Text Example


Text Example

White with #450016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450016; }

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

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

background-color css

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

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

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

border-color css

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

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

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