Html Css Color HEX #451022 Bordeaux

📋 copy color: '#451022'

red 69 ◦ green 16 ◦ blue 34

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

Shades of Bordeaux #451022

Tints of Bordeaux #451022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 57.98%
G = 13.45%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#451022 (or 0x451022) is known color: Bordeaux. HEX triplet: 45, 10 and 22. RGB value is (69,16,34). Sum of RGB (Red+Green+Blue) = 69+16+34=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #451022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451022 is #BAEFDD. Grayscale: #212121. Windows color (decimal): -12251102 or 2232389. OLE color: 2232389.

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

Color convert

RGB 69 16 34 -
CMYK 0 0.77 0.51 0.73
HSL 339.62º 0.62% 0.17% -
HSV(B) 339.62º 0.77% 0.27% -
XYZ 2.93 1.75 1.7 -
YUV 33.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 69 16 34 0 0.77 0.51 0.73 339.62 0.62 0.17
Hex 45 10 22 0 4D 33 49 154 3E 11
Octal 105 20 42 0 115 63 111 524 76 21
Binary 1000101 10000 100010 0 1001101 110011 1001001 101010100 111110 10001

Color Harmonies of #451022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451022

Black with #451022

Text Example


Text Example

White with #451022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451022; }

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

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

background-color css

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

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

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

border-color css

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

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

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