Html Css Color HEX #450B1C Bordeaux

📋 copy color: '#450B1C'

red 69 ◦ green 11 ◦ blue 28

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

Shades of Bordeaux #450B1C

Tints of Bordeaux #450B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.19%

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

R = 63.89%
G = 10.19%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#450B1C (or 0x450B1C) is known color: Bordeaux. HEX triplet: 45, 0B and 1C. RGB value is (69,11,28). Sum of RGB (Red+Green+Blue) = 69+11+28=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1C is #BAF4E3. Grayscale: #1E1E1E. Windows color (decimal): -12252388 or 1837893. OLE color: 1837893.

HSL color Cylindrical-coordinate representation of color #450B1C: hue angle of 342.41º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B1C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 11 28 -
CMYK 0 0.84 0.59 0.73
HSL 342.41º 0.73% 0.16% -
HSV(B) 342.41º 0.84% 0.27% -
XYZ 2.78 1.59 1.26 -
YUV 30.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 69 11 28 0 0.84 0.59 0.73 342.41 0.73 0.16
Hex 45 B 1C 0 54 3B 49 156 48 10
Octal 105 13 34 0 124 73 111 526 110 20
Binary 1000101 1011 11100 0 1010100 111011 1001001 101010110 1001000 10000

Color Harmonies of #450B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B1C

Black with #450B1C

Text Example


Text Example

White with #450B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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