Html Css Color HEX #450118 Bordeaux

📋 copy color: '#450118'

red 69 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #450118

Tints of Bordeaux #450118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

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

R = 73.4%
G = 1.06%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#450118 (or 0x450118) is known color: Bordeaux. HEX triplet: 45, 01 and 18. RGB value is (69,1,24). Sum of RGB (Red+Green+Blue) = 69+1+24=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450118 is #BAFEE7. Grayscale: #171717. Windows color (decimal): -12254952 or 1573189. OLE color: 1573189.

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

Color convert

RGB 69 1 24 -
CMYK 0 0.99 0.65 0.73
HSL 339.71º 0.97% 0.14% -
HSV(B) 339.71º 0.99% 0.27% -
XYZ 2.63 1.35 0.99 -
YUV 23.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 69 1 24 0 0.99 0.65 0.73 339.71 0.97 0.14
Hex 45 1 18 0 63 41 49 154 61 E
Octal 105 1 30 0 143 101 111 524 141 16
Binary 1000101 1 11000 0 1100011 1000001 1001001 101010100 1100001 1110

Color Harmonies of #450118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450118

Black with #450118

Text Example


Text Example

White with #450118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450118; }

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

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

background-color css

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

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

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

border-color css

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

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

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