Html Css Color HEX #450517 Bordeaux

📋 copy color: '#450517'

red 69 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #450517

Tints of Bordeaux #450517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 71.13%
G = 5.15%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#450517 (or 0x450517) is known color: Bordeaux. HEX triplet: 45, 05 and 17. RGB value is (69,5,23). Sum of RGB (Red+Green+Blue) = 69+5+23=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450517 is #BAFAE8. Grayscale: #1A1A1A. Windows color (decimal): -12253929 or 1508677. OLE color: 1508677.

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

Color convert

RGB 69 5 23 -
CMYK 0 0.93 0.67 0.73
HSL 343.13º 0.86% 0.15% -
HSV(B) 343.13º 0.93% 0.27% -
XYZ 2.66 1.44 0.95 -
YUV 26.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 69 5 23 0 0.93 0.67 0.73 343.13 0.86 0.15
Hex 45 5 17 0 5D 43 49 157 56 F
Octal 105 5 27 0 135 103 111 527 126 17
Binary 1000101 101 10111 0 1011101 1000011 1001001 101010111 1010110 1111

Color Harmonies of #450517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450517

Black with #450517

Text Example


Text Example

White with #450517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450517; }

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

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

background-color css

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

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

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

border-color css

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

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

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