Html Css Color HEX #45181D Bordeaux

📋 copy color: '#45181D'

red 69 ◦ green 24 ◦ blue 29

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

Shades of Bordeaux #45181D

Tints of Bordeaux #45181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 56.56%
G = 19.67%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45181D (or 0x45181D) is known color: Bordeaux. HEX triplet: 45, 18 and 1D. RGB value is (69,24,29). Sum of RGB (Red+Green+Blue) = 69+24+29=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #45181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45181D is #BAE7E2. Grayscale: #262626. Windows color (decimal): -12249059 or 1906757. OLE color: 1906757.

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

Color convert

RGB 69 24 29 -
CMYK 0 0.65 0.58 0.73
HSL 353.33º 0.48% 0.18% -
HSV(B) 353.33º 0.65% 0.27% -
XYZ 3 2.01 1.39 -
YUV 38.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 69 24 29 0 0.65 0.58 0.73 353.33 0.48 0.18
Hex 45 18 1D 0 41 3A 49 161 30 12
Octal 105 30 35 0 101 72 111 541 60 22
Binary 1000101 11000 11101 0 1000001 111010 1001001 101100001 110000 10010

Color Harmonies of #45181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45181D

Black with #45181D

Text Example


Text Example

White with #45181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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