Html Css Color HEX #451122 Bordeaux

📋 copy color: '#451122'

red 69 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #451122

Tints of Bordeaux #451122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 34 (13.67% from 255) = 28.33%

R = 57.5%
G = 14.17%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#451122 (or 0x451122) is known color: Bordeaux. HEX triplet: 45, 11 and 22. RGB value is (69,17,34). Sum of RGB (Red+Green+Blue) = 69+17+34=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #451122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451122 is #BAEEDD. Grayscale: #222222. Windows color (decimal): -12250846 or 2232645. OLE color: 2232645.

HSL color Cylindrical-coordinate representation of color #451122: hue angle of 340.38º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451122 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 17 34 -
CMYK 0 0.75 0.51 0.73
HSL 340.38º 0.6% 0.17% -
HSV(B) 340.38º 0.75% 0.27% -
XYZ 2.94 1.78 1.7 -
YUV 34.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 69 17 34 0 0.75 0.51 0.73 340.38 0.6 0.17
Hex 45 11 22 0 4B 33 49 154 3C 11
Octal 105 21 42 0 113 63 111 524 74 21
Binary 1000101 10001 100010 0 1001011 110011 1001001 101010100 111100 10001

Color Harmonies of #451122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451122

Black with #451122

Text Example


Text Example

White with #451122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451122; }

 p { color: rgb(69,17,34); }

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

background-color css

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

 a { background-color: rgb(69,17,34); }

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

border-color css

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

 span { border-color: rgb(69,17,34); }

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