Html Css Color HEX #462028 Bordeaux

📋 copy color: '#462028'

red 70 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #462028

Tints of Bordeaux #462028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 49.3%
G = 22.54%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#462028 (or 0x462028) is known color: Bordeaux. HEX triplet: 46, 20 and 28. RGB value is (70,32,40). Sum of RGB (Red+Green+Blue) = 70+32+40=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462028 is #B9DFD7. Grayscale: #2C2C2C. Windows color (decimal): -12181464 or 2629702. OLE color: 2629702.

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

Color convert

RGB 70 32 40 -
CMYK 0 0.54 0.43 0.73
HSL 347.37º 0.37% 0.2% -
HSV(B) 347.37º 0.54% 0.27% -
XYZ 3.43 2.49 2.31 -
YUV 44.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 70 32 40 0 0.54 0.43 0.73 347.37 0.37 0.2
Hex 46 20 28 0 36 2B 49 15B 25 14
Octal 106 40 50 0 66 53 111 533 45 24
Binary 1000110 100000 101000 0 110110 101011 1001001 101011011 100101 10100

Color Harmonies of #462028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462028

Black with #462028

Text Example


Text Example

White with #462028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462028; }

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

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

background-color css

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

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

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

border-color css

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

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

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