Html Css Color HEX #450218 Bordeaux

📋 copy color: '#450218'

red 69 ◦ green 2 ◦ blue 24

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

Shades of Bordeaux #450218

Tints of Bordeaux #450218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 72.63%
G = 2.11%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#450218 (or 0x450218) is known color: Bordeaux. HEX triplet: 45, 02 and 18. RGB value is (69,2,24). Sum of RGB (Red+Green+Blue) = 69+2+24=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450218 is #BAFDE7. Grayscale: #181818. Windows color (decimal): -12254696 or 1573445. OLE color: 1573445.

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

Color convert

RGB 69 2 24 -
CMYK 0 0.97 0.65 0.73
HSL 340.3º 0.94% 0.14% -
HSV(B) 340.3º 0.97% 0.27% -
XYZ 2.64 1.37 0.99 -
YUV 24.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 69 2 24 0 0.97 0.65 0.73 340.3 0.94 0.14
Hex 45 2 18 0 61 41 49 154 5E E
Octal 105 2 30 0 141 101 111 524 136 16
Binary 1000101 10 11000 0 1100001 1000001 1001001 101010100 1011110 1110

Color Harmonies of #450218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450218

Black with #450218

Text Example


Text Example

White with #450218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450218; }

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

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

background-color css

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

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

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

border-color css

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

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

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