Html Css Color HEX #45091B Bordeaux

📋 copy color: '#45091B'

red 69 ◦ green 9 ◦ blue 27

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

Shades of Bordeaux #45091B

Tints of Bordeaux #45091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.71%

R = 65.71%
G = 8.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#45091B (or 0x45091B) is known color: Bordeaux. HEX triplet: 45, 09 and 1B. RGB value is (69,9,27). Sum of RGB (Red+Green+Blue) = 69+9+27=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #45091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45091B is #BAF6E4. Grayscale: #1C1C1C. Windows color (decimal): -12252901 or 1771845. OLE color: 1771845.

HSL color Cylindrical-coordinate representation of color #45091B: hue angle of 342º 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 #45091B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 9 27 -
CMYK 0 0.87 0.61 0.73
HSL 342º 0.77% 0.15% -
HSV(B) 342º 0.87% 0.27% -
XYZ 2.75 1.54 1.19 -
YUV 28.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 69 9 27 0 0.87 0.61 0.73 342 0.77 0.15
Hex 45 9 1B 0 57 3D 49 156 4D F
Octal 105 11 33 0 127 75 111 526 115 17
Binary 1000101 1001 11011 0 1010111 111101 1001001 101010110 1001101 1111

Color Harmonies of #45091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45091B

Black with #45091B

Text Example


Text Example

White with #45091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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