Html Css Color HEX #450919 Bordeaux

📋 copy color: '#450919'

red 69 ◦ green 9 ◦ blue 25

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

Shades of Bordeaux #450919

Tints of Bordeaux #450919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

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

R = 66.99%
G = 8.74%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450919 (or 0x450919) is known color: Bordeaux. HEX triplet: 45, 09 and 19. RGB value is (69,9,25). Sum of RGB (Red+Green+Blue) = 69+9+25=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #450919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450919 is #BAF6E6. Grayscale: #1C1C1C. Windows color (decimal): -12252903 or 1640773. OLE color: 1640773.

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

Color convert

RGB 69 9 25 -
CMYK 0 0.87 0.64 0.73
HSL 344º 0.77% 0.15% -
HSV(B) 344º 0.87% 0.27% -
XYZ 2.73 1.53 1.07 -
YUV 28.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 69 9 25 0 0.87 0.64 0.73 344 0.77 0.15
Hex 45 9 19 0 57 40 49 158 4D F
Octal 105 11 31 0 127 100 111 530 115 17
Binary 1000101 1001 11001 0 1010111 1000000 1001001 101011000 1001101 1111

Color Harmonies of #450919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450919

Black with #450919

Text Example


Text Example

White with #450919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450919; }

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

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

background-color css

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

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

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

border-color css

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

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

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