Html Css Color HEX #410A1C Bordeaux

📋 copy color: '#410A1C'

red 65 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #410A1C

Tints of Bordeaux #410A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 63.11%
G = 9.71%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#410A1C (or 0x410A1C) is known color: Bordeaux. HEX triplet: 41, 0A and 1C. RGB value is (65,10,28). Sum of RGB (Red+Green+Blue) = 65+10+28=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A1C is #BEF5E3. Grayscale: #1C1C1C. Windows color (decimal): -12514788 or 1837633. OLE color: 1837633.

HSL color Cylindrical-coordinate representation of color #410A1C: hue angle of 340.36º 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 #410A1C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 10 28 -
CMYK 0 0.85 0.57 0.75
HSL 340.36º 0.73% 0.15% -
HSV(B) 340.36º 0.85% 0.25% -
XYZ 2.5 1.42 1.24 -
YUV 28.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 65 10 28 0 0.85 0.57 0.75 340.36 0.73 0.15
Hex 41 A 1C 0 55 39 4B 154 49 F
Octal 101 12 34 0 125 71 113 524 111 17
Binary 1000001 1010 11100 0 1010101 111001 1001011 101010100 1001001 1111

Color Harmonies of #410A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A1C

Black with #410A1C

Text Example


Text Example

White with #410A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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