Html Css Color HEX #451826 Bordeaux

📋 copy color: '#451826'

red 69 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #451826

Tints of Bordeaux #451826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.01%

R = 52.67%
G = 18.32%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#451826 (or 0x451826) is known color: Bordeaux. HEX triplet: 45, 18 and 26. RGB value is (69,24,38). Sum of RGB (Red+Green+Blue) = 69+24+38=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451826 is #BAE7D9. Grayscale: #272727. Windows color (decimal): -12249050 or 2496581. OLE color: 2496581.

HSL color Cylindrical-coordinate representation of color #451826: hue angle of 341.33º 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 #451826 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 24 38 -
CMYK 0 0.65 0.45 0.73
HSL 341.33º 0.48% 0.18% -
HSV(B) 341.33º 0.65% 0.27% -
XYZ 3.13 2.06 2.07 -
YUV 39.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 69 24 38 0 0.65 0.45 0.73 341.33 0.48 0.18
Hex 45 18 26 0 41 2D 49 155 30 12
Octal 105 30 46 0 101 55 111 525 60 22
Binary 1000101 11000 100110 0 1000001 101101 1001001 101010101 110000 10010

Color Harmonies of #451826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451826

Black with #451826

Text Example


Text Example

White with #451826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451826; }

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

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

background-color css

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

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

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

border-color css

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

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

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