Html Css Color HEX #451825 Bordeaux

📋 copy color: '#451825'

red 69 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #451825

Tints of Bordeaux #451825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 53.08%
G = 18.46%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#451825 (or 0x451825) is known color: Bordeaux. HEX triplet: 45, 18 and 25. RGB value is (69,24,37). Sum of RGB (Red+Green+Blue) = 69+24+37=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451825 is #BAE7DA. Grayscale: #262626. Windows color (decimal): -12249051 or 2431045. OLE color: 2431045.

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

Color convert

RGB 69 24 37 -
CMYK 0 0.65 0.46 0.73
HSL 342.67º 0.48% 0.18% -
HSV(B) 342.67º 0.65% 0.27% -
XYZ 3.11 2.05 1.98 -
YUV 38.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 69 24 37 0 0.65 0.46 0.73 342.67 0.48 0.18
Hex 45 18 25 0 41 2E 49 157 30 12
Octal 105 30 45 0 101 56 111 527 60 22
Binary 1000101 11000 100101 0 1000001 101110 1001001 101010111 110000 10010

Color Harmonies of #451825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451825

Black with #451825

Text Example


Text Example

White with #451825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451825; }

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

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

background-color css

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

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

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

border-color css

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

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

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