Html Css Color HEX #451625 Bordeaux

📋 copy color: '#451625'

red 69 ◦ green 22 ◦ blue 37

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

Shades of Bordeaux #451625

Tints of Bordeaux #451625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 53.91%
G = 17.19%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#451625 (or 0x451625) is known color: Bordeaux. HEX triplet: 45, 16 and 25. RGB value is (69,22,37). Sum of RGB (Red+Green+Blue) = 69+22+37=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451625 is #BAE9DA. Grayscale: #252525. Windows color (decimal): -12249563 or 2430533. OLE color: 2430533.

HSL color Cylindrical-coordinate representation of color #451625: hue angle of 340.85º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451625 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 22 37 -
CMYK 0 0.68 0.46 0.73
HSL 340.85º 0.52% 0.18% -
HSV(B) 340.85º 0.68% 0.27% -
XYZ 3.08 1.97 1.97 -
YUV 37.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 69 22 37 0 0.68 0.46 0.73 340.85 0.52 0.18
Hex 45 16 25 0 44 2E 49 155 34 12
Octal 105 26 45 0 104 56 111 525 64 22
Binary 1000101 10110 100101 0 1000100 101110 1001001 101010101 110100 10010

Color Harmonies of #451625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451625

Black with #451625

Text Example


Text Example

White with #451625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451625; }

 p { color: rgb(69,22,37); }

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

background-color css

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

 a { background-color: rgb(69,22,37); }

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

border-color css

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

 span { border-color: rgb(69,22,37); }

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