Html Css Color HEX #450417 Bordeaux

📋 copy color: '#450417'

red 69 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #450417

Tints of Bordeaux #450417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

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

R = 71.88%
G = 4.17%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#450417 (or 0x450417) is known color: Bordeaux. HEX triplet: 45, 04 and 17. RGB value is (69,4,23). Sum of RGB (Red+Green+Blue) = 69+4+23=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450417 is #BAFBE8. Grayscale: #191919. Windows color (decimal): -12254185 or 1508421. OLE color: 1508421.

HSL color Cylindrical-coordinate representation of color #450417: hue angle of 342.46º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450417 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 4 23 -
CMYK 0 0.94 0.67 0.73
HSL 342.46º 0.89% 0.14% -
HSV(B) 342.46º 0.94% 0.27% -
XYZ 2.65 1.41 0.94 -
YUV 25.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 69 4 23 0 0.94 0.67 0.73 342.46 0.89 0.14
Hex 45 4 17 0 5E 43 49 156 59 E
Octal 105 4 27 0 136 103 111 526 131 16
Binary 1000101 100 10111 0 1011110 1000011 1001001 101010110 1011001 1110

Color Harmonies of #450417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450417

Black with #450417

Text Example


Text Example

White with #450417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450417; }

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

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

background-color css

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

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

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

border-color css

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

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

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