Html Css Color HEX #410B1C Bordeaux

📋 copy color: '#410B1C'

red 65 ◦ green 11 ◦ blue 28

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

Shades of Bordeaux #410B1C

Tints of Bordeaux #410B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.58%

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

R = 62.5%
G = 10.58%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#410B1C (or 0x410B1C) is known color: Bordeaux. HEX triplet: 41, 0B and 1C. RGB value is (65,11,28). Sum of RGB (Red+Green+Blue) = 65+11+28=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B1C is #BEF4E3. Grayscale: #1D1D1D. Windows color (decimal): -12514532 or 1837889. OLE color: 1837889.

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

Color convert

RGB 65 11 28 -
CMYK 0 0.83 0.57 0.75
HSL 341.11º 0.71% 0.15% -
HSV(B) 341.11º 0.83% 0.25% -
XYZ 2.51 1.45 1.25 -
YUV 29.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 65 11 28 0 0.83 0.57 0.75 341.11 0.71 0.15
Hex 41 B 1C 0 53 39 4B 155 47 F
Octal 101 13 34 0 123 71 113 525 107 17
Binary 1000001 1011 11100 0 1010011 111001 1001011 101010101 1000111 1111

Color Harmonies of #410B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B1C

Black with #410B1C

Text Example


Text Example

White with #410B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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