Html Css Color HEX #450217 Bordeaux

📋 copy color: '#450217'

red 69 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #450217

Tints of Bordeaux #450217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.13%

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

R = 73.4%
G = 2.13%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#450217 (or 0x450217) is known color: Bordeaux. HEX triplet: 45, 02 and 17. RGB value is (69,2,23). Sum of RGB (Red+Green+Blue) = 69+2+23=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450217 is #BAFDE8. Grayscale: #181818. Windows color (decimal): -12254697 or 1507909. OLE color: 1507909.

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

Color convert

RGB 69 2 23 -
CMYK 0 0.97 0.67 0.73
HSL 341.19º 0.94% 0.14% -
HSV(B) 341.19º 0.97% 0.27% -
XYZ 2.63 1.37 0.94 -
YUV 24.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 69 2 23 0 0.97 0.67 0.73 341.19 0.94 0.14
Hex 45 2 17 0 61 43 49 155 5E E
Octal 105 2 27 0 141 103 111 525 136 16
Binary 1000101 10 10111 0 1100001 1000011 1001001 101010101 1011110 1110

Color Harmonies of #450217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450217

Black with #450217

Text Example


Text Example

White with #450217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450217; }

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

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

background-color css

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

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

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

border-color css

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

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

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