Html Css Color HEX #451E28 Bordeaux

📋 copy color: '#451E28'

red 69 ◦ green 30 ◦ blue 40

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

Shades of Bordeaux #451E28

Tints of Bordeaux #451E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 49.64%
G = 21.58%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#451E28 (or 0x451E28) is known color: Bordeaux. HEX triplet: 45, 1E and 28. RGB value is (69,30,40). Sum of RGB (Red+Green+Blue) = 69+30+40=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #451E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E28 is #BAE1D7. Grayscale: #2A2A2A. Windows color (decimal): -12247512 or 2629189. OLE color: 2629189.

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

Color convert

RGB 69 30 40 -
CMYK 0 0.57 0.42 0.73
HSL 344.62º 0.39% 0.19% -
HSV(B) 344.62º 0.57% 0.27% -
XYZ 3.3 2.35 2.29 -
YUV 42.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 69 30 40 0 0.57 0.42 0.73 344.62 0.39 0.19
Hex 45 1E 28 0 39 2A 49 159 27 13
Octal 105 36 50 0 71 52 111 531 47 23
Binary 1000101 11110 101000 0 111001 101010 1001001 101011001 100111 10011

Color Harmonies of #451E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E28

Black with #451E28

Text Example


Text Example

White with #451E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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