Html Css Color HEX #450219 Bordeaux

📋 copy color: '#450219'

red 69 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #450219

Tints of Bordeaux #450219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

 BLUE value IS 25 (10.16% from 255) = 26.04%

R = 71.88%
G = 2.08%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450219 (or 0x450219) is known color: Bordeaux. HEX triplet: 45, 02 and 19. RGB value is (69,2,25). Sum of RGB (Red+Green+Blue) = 69+2+25=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450219 is #BAFDE6. Grayscale: #181818. Windows color (decimal): -12254695 or 1638981. OLE color: 1638981.

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

Color convert

RGB 69 2 25 -
CMYK 0 0.97 0.64 0.73
HSL 339.4º 0.94% 0.14% -
HSV(B) 339.4º 0.97% 0.27% -
XYZ 2.65 1.38 1.05 -
YUV 24.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 69 2 25 0 0.97 0.64 0.73 339.4 0.94 0.14
Hex 45 2 19 0 61 40 49 153 5E E
Octal 105 2 31 0 141 100 111 523 136 16
Binary 1000101 10 11001 0 1100001 1000000 1001001 101010011 1011110 1110

Color Harmonies of #450219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450219

Black with #450219

Text Example


Text Example

White with #450219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450219; }

 p { color: rgb(69,2,25); }

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

background-color css

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

 a { background-color: rgb(69,2,25); }

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

border-color css

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

 span { border-color: rgb(69,2,25); }

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