Html Css Color HEX #450619 Bordeaux

📋 copy color: '#450619'

red 69 ◦ green 6 ◦ blue 25

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

Shades of Bordeaux #450619

Tints of Bordeaux #450619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6%

 BLUE value IS 25 (10.16% from 255) = 25%

R = 69%
G = 6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#450619 (or 0x450619) is known color: Bordeaux. HEX triplet: 45, 06 and 19. RGB value is (69,6,25). Sum of RGB (Red+Green+Blue) = 69+6+25=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #450619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450619 is #BAF9E6. Grayscale: #1A1A1A. Windows color (decimal): -12253671 or 1640005. OLE color: 1640005.

HSL color Cylindrical-coordinate representation of color #450619: hue angle of 341.9º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450619 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 6 25 -
CMYK 0 0.91 0.64 0.73
HSL 341.9º 0.84% 0.15% -
HSV(B) 341.9º 0.91% 0.27% -
XYZ 2.69 1.47 1.06 -
YUV 27 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 69 6 25 0 0.91 0.64 0.73 341.9 0.84 0.15
Hex 45 6 19 0 5B 40 49 156 54 F
Octal 105 6 31 0 133 100 111 526 124 17
Binary 1000101 110 11001 0 1011011 1000000 1001001 101010110 1010100 1111

Color Harmonies of #450619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450619

Black with #450619

Text Example


Text Example

White with #450619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450619; }

 p { color: rgb(69,6,25); }

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

background-color css

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

 a { background-color: rgb(69,6,25); }

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

border-color css

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

 span { border-color: rgb(69,6,25); }

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