Html Css Color HEX #450819 Bordeaux

📋 copy color: '#450819'

red 69 ◦ green 8 ◦ blue 25

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

Shades of Bordeaux #450819

Tints of Bordeaux #450819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.84%

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

R = 67.65%
G = 7.84%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450819 (or 0x450819) is known color: Bordeaux. HEX triplet: 45, 08 and 19. RGB value is (69,8,25). Sum of RGB (Red+Green+Blue) = 69+8+25=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #450819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450819 is #BAF7E6. Grayscale: #1C1C1C. Windows color (decimal): -12253159 or 1640517. OLE color: 1640517.

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

Color convert

RGB 69 8 25 -
CMYK 0 0.88 0.64 0.73
HSL 343.28º 0.79% 0.15% -
HSV(B) 343.28º 0.88% 0.27% -
XYZ 2.72 1.51 1.07 -
YUV 28.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 69 8 25 0 0.88 0.64 0.73 343.28 0.79 0.15
Hex 45 8 19 0 58 40 49 157 4F F
Octal 105 10 31 0 130 100 111 527 117 17
Binary 1000101 1000 11001 0 1011000 1000000 1001001 101010111 1001111 1111

Color Harmonies of #450819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450819

Black with #450819

Text Example


Text Example

White with #450819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450819; }

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

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

background-color css

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

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

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

border-color css

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

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

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