Html Css Color HEX #45171E Bordeaux

📋 copy color: '#45171E'

red 69 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #45171E

Tints of Bordeaux #45171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

 BLUE value IS 30 (12.11% from 255) = 24.59%

R = 56.56%
G = 18.85%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#45171E (or 0x45171E) is known color: Bordeaux. HEX triplet: 45, 17 and 1E. RGB value is (69,23,30). Sum of RGB (Red+Green+Blue) = 69+23+30=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #45171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45171E is #BAE8E1. Grayscale: #252525. Windows color (decimal): -12249314 or 1972037. OLE color: 1972037.

HSL color Cylindrical-coordinate representation of color #45171E: hue angle of 350.87º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45171E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 23 30 -
CMYK 0 0.67 0.57 0.73
HSL 350.87º 0.5% 0.18% -
HSV(B) 350.87º 0.67% 0.27% -
XYZ 2.99 1.97 1.45 -
YUV 37.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 69 23 30 0 0.67 0.57 0.73 350.87 0.5 0.18
Hex 45 17 1E 0 43 39 49 15F 32 12
Octal 105 27 36 0 103 71 111 537 62 22
Binary 1000101 10111 11110 0 1000011 111001 1001001 101011111 110010 10010

Color Harmonies of #45171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45171E

Black with #45171E

Text Example


Text Example

White with #45171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45171E; }

 p { color: rgb(69,23,30); }

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

background-color css

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

 a { background-color: rgb(69,23,30); }

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

border-color css

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

 span { border-color: rgb(69,23,30); }

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