Html Css Color HEX #410A1D Bordeaux

📋 copy color: '#410A1D'

red 65 ◦ green 10 ◦ blue 29

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

Shades of Bordeaux #410A1D

Tints of Bordeaux #410A1D

RGB

 RED value IS 65 (25.78% from 255) = 62.5%

 GREEN value IS 10 (4.3% from 255) = 9.62%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 62.5%
G = 9.62%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#410A1D (or 0x410A1D) is known color: Bordeaux. HEX triplet: 41, 0A and 1D. RGB value is (65,10,29). Sum of RGB (Red+Green+Blue) = 65+10+29=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A1D is #BEF5E2. Grayscale: #1C1C1C. Windows color (decimal): -12514787 or 1903169. OLE color: 1903169.

HSL color Cylindrical-coordinate representation of color #410A1D: hue angle of 339.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A1D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 10 29 -
CMYK 0 0.85 0.55 0.75
HSL 339.27º 0.73% 0.15% -
HSV(B) 339.27º 0.85% 0.25% -
XYZ 2.51 1.43 1.31 -
YUV 28.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 65 10 29 0 0.85 0.55 0.75 339.27 0.73 0.15
Hex 41 A 1D 0 55 37 4B 153 49 F
Octal 101 12 35 0 125 67 113 523 111 17
Binary 1000001 1010 11101 0 1010101 110111 1001011 101010011 1001001 1111

Color Harmonies of #410A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A1D

Black with #410A1D

Text Example


Text Example

White with #410A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410A1D; }

 p { color: rgb(65,10,29); }

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

background-color css

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

 a { background-color: rgb(65,10,29); }

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

border-color css

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

 span { border-color: rgb(65,10,29); }

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