Html Css Color HEX #451A1F Bordeaux

📋 copy color: '#451A1F'

red 69 ◦ green 26 ◦ blue 31

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

Shades of Bordeaux #451A1F

Tints of Bordeaux #451A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.63%

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

R = 54.76%
G = 20.63%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#451A1F (or 0x451A1F) is known color: Bordeaux. HEX triplet: 45, 1A and 1F. RGB value is (69,26,31). Sum of RGB (Red+Green+Blue) = 69+26+31=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A1F is #BAE5E0. Grayscale: #272727. Windows color (decimal): -12248545 or 2038341. OLE color: 2038341.

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

Color convert

RGB 69 26 31 -
CMYK 0 0.62 0.55 0.73
HSL 353.02º 0.45% 0.19% -
HSV(B) 353.02º 0.62% 0.27% -
XYZ 3.07 2.1 1.54 -
YUV 39.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 69 26 31 0 0.62 0.55 0.73 353.02 0.45 0.19
Hex 45 1A 1F 0 3E 37 49 161 2D 13
Octal 105 32 37 0 76 67 111 541 55 23
Binary 1000101 11010 11111 0 111110 110111 1001001 101100001 101101 10011

Color Harmonies of #451A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A1F

Black with #451A1F

Text Example


Text Example

White with #451A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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