Html Css Color HEX #461824 Bordeaux

📋 copy color: '#461824'

red 70 ◦ green 24 ◦ blue 36

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

Shades of Bordeaux #461824

Tints of Bordeaux #461824

RGB

 RED value IS 70 (27.73% from 255) = 53.85%

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

 BLUE value IS 36 (14.45% from 255) = 27.69%

R = 53.85%
G = 18.46%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#461824 (or 0x461824) is known color: Bordeaux. HEX triplet: 46, 18 and 24. RGB value is (70,24,36). Sum of RGB (Red+Green+Blue) = 70+24+36=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461824 is #B9E7DB. Grayscale: #272727. Windows color (decimal): -12183516 or 2365510. OLE color: 2365510.

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

Color convert

RGB 70 24 36 -
CMYK 0 0.66 0.49 0.73
HSL 344.35º 0.49% 0.18% -
HSV(B) 344.35º 0.66% 0.27% -
XYZ 3.17 2.08 1.9 -
YUV 39.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 70 24 36 0 0.66 0.49 0.73 344.35 0.49 0.18
Hex 46 18 24 0 42 31 49 158 31 12
Octal 106 30 44 0 102 61 111 530 61 22
Binary 1000110 11000 100100 0 1000010 110001 1001001 101011000 110001 10010

Color Harmonies of #461824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461824

Black with #461824

Text Example


Text Example

White with #461824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461824; }

 p { color: rgb(70,24,36); }

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

background-color css

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

 a { background-color: rgb(70,24,36); }

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

border-color css

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

 span { border-color: rgb(70,24,36); }

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