Html Css Color HEX #45081C Bordeaux

📋 copy color: '#45081C'

red 69 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #45081C

Tints of Bordeaux #45081C

RGB

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

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

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

R = 65.71%
G = 7.62%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#45081C (or 0x45081C) is known color: Bordeaux. HEX triplet: 45, 08 and 1C. RGB value is (69,8,28). Sum of RGB (Red+Green+Blue) = 69+8+28=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #45081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45081C is #BAF7E3. Grayscale: #1C1C1C. Windows color (decimal): -12253156 or 1837125. OLE color: 1837125.

HSL color Cylindrical-coordinate representation of color #45081C: hue angle of 340.33º 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 #45081C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 8 28 -
CMYK 0 0.88 0.59 0.73
HSL 340.33º 0.79% 0.15% -
HSV(B) 340.33º 0.88% 0.27% -
XYZ 2.75 1.52 1.25 -
YUV 28.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 69 8 28 0 0.88 0.59 0.73 340.33 0.79 0.15
Hex 45 8 1C 0 58 3B 49 154 4F F
Octal 105 10 34 0 130 73 111 524 117 17
Binary 1000101 1000 11100 0 1011000 111011 1001001 101010100 1001111 1111

Color Harmonies of #45081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45081C

Black with #45081C

Text Example


Text Example

White with #45081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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