Html Css Color HEX #450519 Bordeaux

📋 copy color: '#450519'

red 69 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #450519

Tints of Bordeaux #450519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

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

R = 69.7%
G = 5.05%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450519 (or 0x450519) is known color: Bordeaux. HEX triplet: 45, 05 and 19. RGB value is (69,5,25). Sum of RGB (Red+Green+Blue) = 69+5+25=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #450519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450519 is #BAFAE6. Grayscale: #1A1A1A. Windows color (decimal): -12253927 or 1639749. OLE color: 1639749.

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

Color convert

RGB 69 5 25 -
CMYK 0 0.93 0.64 0.73
HSL 341.25º 0.86% 0.15% -
HSV(B) 341.25º 0.93% 0.27% -
XYZ 2.68 1.44 1.06 -
YUV 26.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 69 5 25 0 0.93 0.64 0.73 341.25 0.86 0.15
Hex 45 5 19 0 5D 40 49 155 56 F
Octal 105 5 31 0 135 100 111 525 126 17
Binary 1000101 101 11001 0 1011101 1000000 1001001 101010101 1010110 1111

Color Harmonies of #450519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450519

Black with #450519

Text Example


Text Example

White with #450519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450519; }

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

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

background-color css

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

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

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

border-color css

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

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

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