Html Css Color HEX #450B1E Bordeaux

📋 copy color: '#450B1E'

red 69 ◦ green 11 ◦ blue 30

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

Shades of Bordeaux #450B1E

Tints of Bordeaux #450B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 62.73%
G = 10%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#450B1E (or 0x450B1E) is known color: Bordeaux. HEX triplet: 45, 0B and 1E. RGB value is (69,11,30). Sum of RGB (Red+Green+Blue) = 69+11+30=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1E is #BAF4E1. Grayscale: #1E1E1E. Windows color (decimal): -12252386 or 1968965. OLE color: 1968965.

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

Color convert

RGB 69 11 30 -
CMYK 0 0.84 0.57 0.73
HSL 340.34º 0.73% 0.16% -
HSV(B) 340.34º 0.84% 0.27% -
XYZ 2.81 1.6 1.39 -
YUV 30.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 69 11 30 0 0.84 0.57 0.73 340.34 0.73 0.16
Hex 45 B 1E 0 54 39 49 154 48 10
Octal 105 13 36 0 124 71 111 524 110 20
Binary 1000101 1011 11110 0 1010100 111001 1001001 101010100 1001000 10000

Color Harmonies of #450B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B1E

Black with #450B1E

Text Example


Text Example

White with #450B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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