Html Css Color HEX #450B1F Bordeaux

📋 copy color: '#450B1F'

red 69 ◦ green 11 ◦ blue 31

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

Shades of Bordeaux #450B1F

Tints of Bordeaux #450B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 62.16%
G = 9.91%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#450B1F (or 0x450B1F) is known color: Bordeaux. HEX triplet: 45, 0B and 1F. RGB value is (69,11,31). Sum of RGB (Red+Green+Blue) = 69+11+31=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1F is #BAF4E0. Grayscale: #1E1E1E. Windows color (decimal): -12252385 or 2034501. OLE color: 2034501.

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

Color convert

RGB 69 11 31 -
CMYK 0 0.84 0.55 0.73
HSL 339.31º 0.73% 0.16% -
HSV(B) 339.31º 0.84% 0.27% -
XYZ 2.82 1.6 1.46 -
YUV 30.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 69 11 31 0 0.84 0.55 0.73 339.31 0.73 0.16
Hex 45 B 1F 0 54 37 49 153 48 10
Octal 105 13 37 0 124 67 111 523 110 20
Binary 1000101 1011 11111 0 1010100 110111 1001001 101010011 1001000 10000

Color Harmonies of #450B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450B1F

Black with #450B1F

Text Example


Text Example

White with #450B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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