Html Css Color HEX #450019 Bordeaux

📋 copy color: '#450019'

red 69 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #450019

Tints of Bordeaux #450019

RGB

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

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

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

R = 73.4%
G = 0%
B = 26.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450019 (or 0x450019) is known color: Bordeaux. HEX triplet: 45, 00 and 19. RGB value is (69,0,25). Sum of RGB (Red+Green+Blue) = 69+0+25=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450019 is #BAFFE6. Grayscale: #171717. Windows color (decimal): -12255207 or 1638469. OLE color: 1638469.

HSL color Cylindrical-coordinate representation of color #450019: hue angle of 338.26º 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 #450019 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 0 25 -
CMYK 0 1 0.64 0.73
HSL 338.26º 1% 0.14% -
HSV(B) 338.26º 1% 0.27% -
XYZ 2.63 1.34 1.04 -
YUV 23.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 69 0 25 0 1 0.64 0.73 338.26 1 0.14
Hex 45 0 19 0 64 40 49 152 64 E
Octal 105 0 31 0 144 100 111 522 144 16
Binary 1000101 0 11001 0 1100100 1000000 1001001 101010010 1100100 1110

Color Harmonies of #450019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450019

Black with #450019

Text Example


Text Example

White with #450019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450019; }

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

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

background-color css

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

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

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

border-color css

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

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

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