Html Css Color HEX #45081B Bordeaux

📋 copy color: '#45081B'

red 69 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #45081B

Tints of Bordeaux #45081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.69%

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

R = 66.35%
G = 7.69%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#45081B (or 0x45081B) is known color: Bordeaux. HEX triplet: 45, 08 and 1B. RGB value is (69,8,27). Sum of RGB (Red+Green+Blue) = 69+8+27=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #45081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45081B is #BAF7E4. Grayscale: #1C1C1C. Windows color (decimal): -12253157 or 1771589. OLE color: 1771589.

HSL color Cylindrical-coordinate representation of color #45081B: hue angle of 341.31º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45081B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 8 27 -
CMYK 0 0.88 0.61 0.73
HSL 341.31º 0.79% 0.15% -
HSV(B) 341.31º 0.88% 0.27% -
XYZ 2.74 1.52 1.19 -
YUV 28.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 69 8 27 0 0.88 0.61 0.73 341.31 0.79 0.15
Hex 45 8 1B 0 58 3D 49 155 4F F
Octal 105 10 33 0 130 75 111 525 117 17
Binary 1000101 1000 11011 0 1011000 111101 1001001 101010101 1001111 1111

Color Harmonies of #45081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45081B

Black with #45081B

Text Example


Text Example

White with #45081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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