Html Css Color HEX #460D21 Bordeaux

📋 copy color: '#460D21'

red 70 ◦ green 13 ◦ blue 33

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

Shades of Bordeaux #460D21

Tints of Bordeaux #460D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.21%

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 60.34%
G = 11.21%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#460D21 (or 0x460D21) is known color: Bordeaux. HEX triplet: 46, 0D and 21. RGB value is (70,13,33). Sum of RGB (Red+Green+Blue) = 70+13+33=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #460D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D21 is #B9F2DE. Grayscale: #202020. Windows color (decimal): -12186335 or 2166086. OLE color: 2166086.

HSL color Cylindrical-coordinate representation of color #460D21: hue angle of 338.95º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D21 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 13 33 -
CMYK 0 0.81 0.53 0.73
HSL 338.95º 0.69% 0.16% -
HSV(B) 338.95º 0.81% 0.27% -
XYZ 2.94 1.7 1.61 -
YUV 32.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 70 13 33 0 0.81 0.53 0.73 338.95 0.69 0.16
Hex 46 D 21 0 51 35 49 153 45 10
Octal 106 15 41 0 121 65 111 523 105 20
Binary 1000110 1101 100001 0 1010001 110101 1001001 101010011 1000101 10000

Color Harmonies of #460D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D21

Black with #460D21

Text Example


Text Example

White with #460D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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