Html Css Color HEX #451B1F Bordeaux

📋 copy color: '#451B1F'

red 69 ◦ green 27 ◦ blue 31

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

Shades of Bordeaux #451B1F

Tints of Bordeaux #451B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

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

R = 54.33%
G = 21.26%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#451B1F (or 0x451B1F) is known color: Bordeaux. HEX triplet: 45, 1B and 1F. RGB value is (69,27,31). Sum of RGB (Red+Green+Blue) = 69+27+31=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B1F is #BAE4E0. Grayscale: #282828. Windows color (decimal): -12248289 or 2038597. OLE color: 2038597.

HSL color Cylindrical-coordinate representation of color #451B1F: hue angle of 354.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #451B1F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 27 31 -
CMYK 0 0.61 0.55 0.73
HSL 354.29º 0.44% 0.19% -
HSV(B) 354.29º 0.61% 0.27% -
XYZ 3.09 2.15 1.55 -
YUV 40.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 69 27 31 0 0.61 0.55 0.73 354.29 0.44 0.19
Hex 45 1B 1F 0 3D 37 49 162 2C 13
Octal 105 33 37 0 75 67 111 542 54 23
Binary 1000101 11011 11111 0 111101 110111 1001001 101100010 101100 10011

Color Harmonies of #451B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451B1F

Black with #451B1F

Text Example


Text Example

White with #451B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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