Html Css Color HEX #450119 Bordeaux

📋 copy color: '#450119'

red 69 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #450119

Tints of Bordeaux #450119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.32%

R = 72.63%
G = 1.05%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450119 (or 0x450119) is known color: Bordeaux. HEX triplet: 45, 01 and 19. RGB value is (69,1,25). Sum of RGB (Red+Green+Blue) = 69+1+25=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450119 is #BAFEE6. Grayscale: #181818. Windows color (decimal): -12254951 or 1638725. OLE color: 1638725.

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

Color convert

RGB 69 1 25 -
CMYK 0 0.99 0.64 0.73
HSL 338.82º 0.97% 0.14% -
HSV(B) 338.82º 0.99% 0.27% -
XYZ 2.64 1.36 1.04 -
YUV 24.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 69 1 25 0 0.99 0.64 0.73 338.82 0.97 0.14
Hex 45 1 19 0 63 40 49 153 61 E
Octal 105 1 31 0 143 100 111 523 141 16
Binary 1000101 1 11001 0 1100011 1000000 1001001 101010011 1100001 1110

Color Harmonies of #450119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450119

Black with #450119

Text Example


Text Example

White with #450119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450119; }

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

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

background-color css

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

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

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

border-color css

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

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

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