Html Css Color HEX #462027 Bordeaux

📋 copy color: '#462027'

red 70 ◦ green 32 ◦ blue 39

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

Shades of Bordeaux #462027

Tints of Bordeaux #462027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 49.65%
G = 22.7%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462027 (or 0x462027) is known color: Bordeaux. HEX triplet: 46, 20 and 27. RGB value is (70,32,39). Sum of RGB (Red+Green+Blue) = 70+32+39=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462027 is #B9DFD8. Grayscale: #2C2C2C. Windows color (decimal): -12181465 or 2564166. OLE color: 2564166.

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

Color convert

RGB 70 32 39 -
CMYK 0 0.54 0.44 0.73
HSL 348.95º 0.37% 0.2% -
HSV(B) 348.95º 0.54% 0.27% -
XYZ 3.41 2.48 2.22 -
YUV 44.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 70 32 39 0 0.54 0.44 0.73 348.95 0.37 0.2
Hex 46 20 27 0 36 2C 49 15D 25 14
Octal 106 40 47 0 66 54 111 535 45 24
Binary 1000110 100000 100111 0 110110 101100 1001001 101011101 100101 10100

Color Harmonies of #462027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462027

Black with #462027

Text Example


Text Example

White with #462027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462027; }

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

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

background-color css

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

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

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

border-color css

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

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

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