Html Css Color HEX #450B1B Bordeaux

📋 copy color: '#450B1B'

red 69 ◦ green 11 ◦ blue 27

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

Shades of Bordeaux #450B1B

Tints of Bordeaux #450B1B

RGB

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

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

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

R = 64.49%
G = 10.28%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#450B1B (or 0x450B1B) is known color: Bordeaux. HEX triplet: 45, 0B and 1B. RGB value is (69,11,27). Sum of RGB (Red+Green+Blue) = 69+11+27=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1B is #BAF4E4. Grayscale: #1E1E1E. Windows color (decimal): -12252389 or 1772357. OLE color: 1772357.

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

Color convert

RGB 69 11 27 -
CMYK 0 0.84 0.61 0.73
HSL 343.45º 0.73% 0.16% -
HSV(B) 343.45º 0.84% 0.27% -
XYZ 2.77 1.58 1.2 -
YUV 30.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 69 11 27 0 0.84 0.61 0.73 343.45 0.73 0.16
Hex 45 B 1B 0 54 3D 49 157 48 10
Octal 105 13 33 0 124 75 111 527 110 20
Binary 1000101 1011 11011 0 1010100 111101 1001001 101010111 1001000 10000

Color Harmonies of #450B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B1B

Black with #450B1B

Text Example


Text Example

White with #450B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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