Html Css Color HEX #462128 Bordeaux

📋 copy color: '#462128'

red 70 ◦ green 33 ◦ blue 40

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

Shades of Bordeaux #462128

Tints of Bordeaux #462128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

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

R = 48.95%
G = 23.08%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#462128 (or 0x462128) is known color: Bordeaux. HEX triplet: 46, 21 and 28. RGB value is (70,33,40). Sum of RGB (Red+Green+Blue) = 70+33+40=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462128 is #B9DED7. Grayscale: #2C2C2C. Windows color (decimal): -12181208 or 2629958. OLE color: 2629958.

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

Color convert

RGB 70 33 40 -
CMYK 0 0.53 0.43 0.73
HSL 348.65º 0.36% 0.2% -
HSV(B) 348.65º 0.53% 0.27% -
XYZ 3.45 2.54 2.32 -
YUV 44.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 70 33 40 0 0.53 0.43 0.73 348.65 0.36 0.2
Hex 46 21 28 0 35 2B 49 15D 24 14
Octal 106 41 50 0 65 53 111 535 44 24
Binary 1000110 100001 101000 0 110101 101011 1001001 101011101 100100 10100

Color Harmonies of #462128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462128

Black with #462128

Text Example


Text Example

White with #462128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462128; }

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

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

background-color css

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

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

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

border-color css

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

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

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