Html Css Color HEX #461623 Bordeaux

📋 copy color: '#461623'

red 70 ◦ green 22 ◦ blue 35

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

Shades of Bordeaux #461623

Tints of Bordeaux #461623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 55.12%
G = 17.32%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#461623 (or 0x461623) is known color: Bordeaux. HEX triplet: 46, 16 and 23. RGB value is (70,22,35). Sum of RGB (Red+Green+Blue) = 70+22+35=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461623 is #B9E9DC. Grayscale: #252525. Windows color (decimal): -12184029 or 2299462. OLE color: 2299462.

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

Color convert

RGB 70 22 35 -
CMYK 0 0.69 0.5 0.73
HSL 343.75º 0.52% 0.18% -
HSV(B) 343.75º 0.69% 0.27% -
XYZ 3.12 2 1.81 -
YUV 37.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 70 22 35 0 0.69 0.5 0.73 343.75 0.52 0.18
Hex 46 16 23 0 45 32 49 158 34 12
Octal 106 26 43 0 105 62 111 530 64 22
Binary 1000110 10110 100011 0 1000101 110010 1001001 101011000 110100 10010

Color Harmonies of #461623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461623

Black with #461623

Text Example


Text Example

White with #461623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461623; }

 p { color: rgb(70,22,35); }

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

background-color css

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

 a { background-color: rgb(70,22,35); }

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

border-color css

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

 span { border-color: rgb(70,22,35); }

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