Html Css Color HEX #451C25 Bordeaux

📋 copy color: '#451C25'

red 69 ◦ green 28 ◦ blue 37

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

Shades of Bordeaux #451C25

Tints of Bordeaux #451C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 51.49%
G = 20.9%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#451C25 (or 0x451C25) is known color: Bordeaux. HEX triplet: 45, 1C and 25. RGB value is (69,28,37). Sum of RGB (Red+Green+Blue) = 69+28+37=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #451C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C25 is #BAE3DA. Grayscale: #292929. Windows color (decimal): -12248027 or 2432069. OLE color: 2432069.

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

Color convert

RGB 69 28 37 -
CMYK 0 0.59 0.46 0.73
HSL 346.83º 0.42% 0.19% -
HSV(B) 346.83º 0.59% 0.27% -
XYZ 3.2 2.23 2.01 -
YUV 41.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 69 28 37 0 0.59 0.46 0.73 346.83 0.42 0.19
Hex 45 1C 25 0 3B 2E 49 15B 2A 13
Octal 105 34 45 0 73 56 111 533 52 23
Binary 1000101 11100 100101 0 111011 101110 1001001 101011011 101010 10011

Color Harmonies of #451C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C25

Black with #451C25

Text Example


Text Example

White with #451C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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