Html Css Color HEX #462029 Bordeaux

📋 copy color: '#462029'

red 70 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #462029

Tints of Bordeaux #462029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 48.95%
G = 22.38%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#462029 (or 0x462029) is known color: Bordeaux. HEX triplet: 46, 20 and 29. RGB value is (70,32,41). Sum of RGB (Red+Green+Blue) = 70+32+41=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462029 is #B9DFD6. Grayscale: #2C2C2C. Windows color (decimal): -12181463 or 2695238. OLE color: 2695238.

HSL color Cylindrical-coordinate representation of color #462029: hue angle of 345.79º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462029 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 32 41 -
CMYK 0 0.54 0.41 0.73
HSL 345.79º 0.37% 0.2% -
HSV(B) 345.79º 0.54% 0.27% -
XYZ 3.44 2.5 2.4 -
YUV 44.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 70 32 41 0 0.54 0.41 0.73 345.79 0.37 0.2
Hex 46 20 29 0 36 29 49 15A 25 14
Octal 106 40 51 0 66 51 111 532 45 24
Binary 1000110 100000 101001 0 110110 101001 1001001 101011010 100101 10100

Color Harmonies of #462029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462029

Black with #462029

Text Example


Text Example

White with #462029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462029; }

 p { color: rgb(70,32,41); }

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

background-color css

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

 a { background-color: rgb(70,32,41); }

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

border-color css

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

 span { border-color: rgb(70,32,41); }

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