Html Css Color HEX #451C1F Bordeaux

📋 copy color: '#451C1F'

red 69 ◦ green 28 ◦ blue 31

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

Shades of Bordeaux #451C1F

Tints of Bordeaux #451C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.88%

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

R = 53.91%
G = 21.88%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#451C1F (or 0x451C1F) is known color: Bordeaux. HEX triplet: 45, 1C and 1F. RGB value is (69,28,31). Sum of RGB (Red+Green+Blue) = 69+28+31=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C1F is #BAE3E0. Grayscale: #282828. Windows color (decimal): -12248033 or 2038853. OLE color: 2038853.

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

Color convert

RGB 69 28 31 -
CMYK 0 0.59 0.55 0.73
HSL 355.61º 0.42% 0.19% -
HSV(B) 355.61º 0.59% 0.27% -
XYZ 3.12 2.19 1.56 -
YUV 40.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 69 28 31 0 0.59 0.55 0.73 355.61 0.42 0.19
Hex 45 1C 1F 0 3B 37 49 164 2A 13
Octal 105 34 37 0 73 67 111 544 52 23
Binary 1000101 11100 11111 0 111011 110111 1001001 101100100 101010 10011

Color Harmonies of #451C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C1F

Black with #451C1F

Text Example


Text Example

White with #451C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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