Html Css Color HEX #461D22 Bordeaux

📋 copy color: '#461D22'

red 70 ◦ green 29 ◦ blue 34

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

Shades of Bordeaux #461D22

Tints of Bordeaux #461D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.8%

 BLUE value IS 34 (13.67% from 255) = 25.56%

R = 52.63%
G = 21.8%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#461D22 (or 0x461D22) is known color: Bordeaux. HEX triplet: 46, 1D and 22. RGB value is (70,29,34). Sum of RGB (Red+Green+Blue) = 70+29+34=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #461D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D22 is #B9E2DD. Grayscale: #292929. Windows color (decimal): -12182238 or 2235718. OLE color: 2235718.

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

Color convert

RGB 70 29 34 -
CMYK 0 0.59 0.51 0.73
HSL 352.68º 0.41% 0.19% -
HSV(B) 352.68º 0.59% 0.27% -
XYZ 3.25 2.3 1.79 -
YUV 41.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 70 29 34 0 0.59 0.51 0.73 352.68 0.41 0.19
Hex 46 1D 22 0 3B 33 49 161 29 13
Octal 106 35 42 0 73 63 111 541 51 23
Binary 1000110 11101 100010 0 111011 110011 1001001 101100001 101001 10011

Color Harmonies of #461D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D22

Black with #461D22

Text Example


Text Example

White with #461D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,29,34); }

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

background-color css

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

 a { background-color: rgb(70,29,34); }

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

border-color css

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

 span { border-color: rgb(70,29,34); }

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