Html Css Color HEX #461C1F Bordeaux

📋 copy color: '#461C1F'

red 70 ◦ green 28 ◦ blue 31

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

Shades of Bordeaux #461C1F

Tints of Bordeaux #461C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.71%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 54.26%
G = 21.71%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#461C1F (or 0x461C1F) is known color: Bordeaux. HEX triplet: 46, 1C and 1F. RGB value is (70,28,31). Sum of RGB (Red+Green+Blue) = 70+28+31=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C1F is #B9E3E0. Grayscale: #282828. Windows color (decimal): -12182497 or 2038854. OLE color: 2038854.

HSL color Cylindrical-coordinate representation of color #461C1F: hue angle of 355.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C1F is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 28 31 -
CMYK 0 0.60 0.56 0.73
HSL 355.71º 0.43% 0.19% -
HSV(B) 355.71º 0.6% 0.27% -
XYZ 3.19 2.23 1.56 -
YUV 40.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 70 28 31 0 0.60 0.56 0.73 355.71 0.43 0.19
Hex 46 1C 1F 0 3C 38 49 164 2B 13
Octal 106 34 37 0 74 70 111 544 53 23
Binary 1000110 11100 11111 0 111100 111000 1001001 101100100 101011 10011

Color Harmonies of #461C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C1F

Black with #461C1F

Text Example


Text Example

White with #461C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461C1F; }

 p { color: rgb(70,28,31); }

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

background-color css

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

 a { background-color: rgb(70,28,31); }

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

border-color css

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

 span { border-color: rgb(70,28,31); }

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