Html Css Color HEX #450618 Bordeaux

📋 copy color: '#450618'

red 69 ◦ green 6 ◦ blue 24

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

Shades of Bordeaux #450618

Tints of Bordeaux #450618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 69.7%
G = 6.06%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#450618 (or 0x450618) is known color: Bordeaux. HEX triplet: 45, 06 and 18. RGB value is (69,6,24). Sum of RGB (Red+Green+Blue) = 69+6+24=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #450618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450618 is #BAF9E7. Grayscale: #1A1A1A. Windows color (decimal): -12253672 or 1574469. OLE color: 1574469.

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

Color convert

RGB 69 6 24 -
CMYK 0 0.91 0.65 0.73
HSL 342.86º 0.84% 0.15% -
HSV(B) 342.86º 0.91% 0.27% -
XYZ 2.68 1.46 1 -
YUV 26.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 69 6 24 0 0.91 0.65 0.73 342.86 0.84 0.15
Hex 45 6 18 0 5B 41 49 157 54 F
Octal 105 6 30 0 133 101 111 527 124 17
Binary 1000101 110 11000 0 1011011 1000001 1001001 101010111 1010100 1111

Color Harmonies of #450618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450618

Black with #450618

Text Example


Text Example

White with #450618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450618; }

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

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

background-color css

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

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

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

border-color css

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

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

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