Html Css Color HEX #451A22 Bordeaux

📋 copy color: '#451A22'

red 69 ◦ green 26 ◦ blue 34

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

Shades of Bordeaux #451A22

Tints of Bordeaux #451A22

RGB

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

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

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

R = 53.49%
G = 20.16%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#451A22 (or 0x451A22) is known color: Bordeaux. HEX triplet: 45, 1A and 22. RGB value is (69,26,34). Sum of RGB (Red+Green+Blue) = 69+26+34=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #451A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A22 is #BAE5DD. Grayscale: #272727. Windows color (decimal): -12248542 or 2234949. OLE color: 2234949.

HSL color Cylindrical-coordinate representation of color #451A22: hue angle of 348.84º 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 #451A22 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 26 34 -
CMYK 0 0.62 0.51 0.73
HSL 348.84º 0.45% 0.19% -
HSV(B) 348.84º 0.62% 0.27% -
XYZ 3.11 2.12 1.76 -
YUV 39.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 69 26 34 0 0.62 0.51 0.73 348.84 0.45 0.19
Hex 45 1A 22 0 3E 33 49 15D 2D 13
Octal 105 32 42 0 76 63 111 535 55 23
Binary 1000101 11010 100010 0 111110 110011 1001001 101011101 101101 10011

Color Harmonies of #451A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A22

Black with #451A22

Text Example


Text Example

White with #451A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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