Html Css Color HEX #461F29 Bordeaux

📋 copy color: '#461F29'

red 70 ◦ green 31 ◦ blue 41

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

Shades of Bordeaux #461F29

Tints of Bordeaux #461F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.83%

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

R = 49.3%
G = 21.83%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#461F29 (or 0x461F29) is known color: Bordeaux. HEX triplet: 46, 1F and 29. RGB value is (70,31,41). Sum of RGB (Red+Green+Blue) = 70+31+41=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F29 is #B9E0D6. Grayscale: #2B2B2B. Windows color (decimal): -12181719 or 2694982. OLE color: 2694982.

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

Color convert

RGB 70 31 41 -
CMYK 0 0.56 0.41 0.73
HSL 344.62º 0.39% 0.2% -
HSV(B) 344.62º 0.56% 0.27% -
XYZ 3.42 2.44 2.39 -
YUV 43.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 70 31 41 0 0.56 0.41 0.73 344.62 0.39 0.2
Hex 46 1F 29 0 38 29 49 159 27 14
Octal 106 37 51 0 70 51 111 531 47 24
Binary 1000110 11111 101001 0 111000 101001 1001001 101011001 100111 10100

Color Harmonies of #461F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F29

Black with #461F29

Text Example


Text Example

White with #461F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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