Html Css Color HEX #451A24 Bordeaux

📋 copy color: '#451A24'

red 69 ◦ green 26 ◦ blue 36

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

Shades of Bordeaux #451A24

Tints of Bordeaux #451A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.48%

R = 52.67%
G = 19.85%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#451A24 (or 0x451A24) is known color: Bordeaux. HEX triplet: 45, 1A and 24. RGB value is (69,26,36). Sum of RGB (Red+Green+Blue) = 69+26+36=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A24 is #BAE5DB. Grayscale: #282828. Windows color (decimal): -12248540 or 2366021. OLE color: 2366021.

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

Color convert

RGB 69 26 36 -
CMYK 0 0.62 0.48 0.73
HSL 346.05º 0.45% 0.19% -
HSV(B) 346.05º 0.62% 0.27% -
XYZ 3.14 2.13 1.91 -
YUV 40 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 69 26 36 0 0.62 0.48 0.73 346.05 0.45 0.19
Hex 45 1A 24 0 3E 30 49 15A 2D 13
Octal 105 32 44 0 76 60 111 532 55 23
Binary 1000101 11010 100100 0 111110 110000 1001001 101011010 101101 10011

Color Harmonies of #451A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A24

Black with #451A24

Text Example


Text Example

White with #451A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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