Html Css Color HEX #45091C Bordeaux

📋 copy color: '#45091C'

red 69 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #45091C

Tints of Bordeaux #45091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 65.09%
G = 8.49%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#45091C (or 0x45091C) is known color: Bordeaux. HEX triplet: 45, 09 and 1C. RGB value is (69,9,28). Sum of RGB (Red+Green+Blue) = 69+9+28=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #45091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45091C is #BAF6E3. Grayscale: #1D1D1D. Windows color (decimal): -12252900 or 1837381. OLE color: 1837381.

HSL color Cylindrical-coordinate representation of color #45091C: hue angle of 341º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45091C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 9 28 -
CMYK 0 0.87 0.59 0.73
HSL 341º 0.77% 0.15% -
HSV(B) 341º 0.87% 0.27% -
XYZ 2.76 1.54 1.25 -
YUV 29.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 69 9 28 0 0.87 0.59 0.73 341 0.77 0.15
Hex 45 9 1C 0 57 3B 49 155 4D F
Octal 105 11 34 0 127 73 111 525 115 17
Binary 1000101 1001 11100 0 1010111 111011 1001001 101010101 1001101 1111

Color Harmonies of #45091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45091C

Black with #45091C

Text Example


Text Example

White with #45091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45091C; }

 p { color: rgb(69,9,28); }

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

background-color css

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

 a { background-color: rgb(69,9,28); }

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

border-color css

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

 span { border-color: rgb(69,9,28); }

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