Html Css Color HEX #410D1E Bordeaux

📋 copy color: '#410D1E'

red 65 ◦ green 13 ◦ blue 30

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

Shades of Bordeaux #410D1E

Tints of Bordeaux #410D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.78%

R = 60.19%
G = 12.04%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#410D1E (or 0x410D1E) is known color: Bordeaux. HEX triplet: 41, 0D and 1E. RGB value is (65,13,30). Sum of RGB (Red+Green+Blue) = 65+13+30=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #410D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D1E is #BEF2E1. Grayscale: #1E1E1E. Windows color (decimal): -12514018 or 1969473. OLE color: 1969473.

HSL color Cylindrical-coordinate representation of color #410D1E: hue angle of 340.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D1E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 13 30 -
CMYK 0 0.80 0.54 0.75
HSL 340.38º 0.67% 0.15% -
HSV(B) 340.38º 0.8% 0.25% -
XYZ 2.56 1.51 1.38 -
YUV 30.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 65 13 30 0 0.80 0.54 0.75 340.38 0.67 0.15
Hex 41 D 1E 0 50 36 4B 154 43 F
Octal 101 15 36 0 120 66 113 524 103 17
Binary 1000001 1101 11110 0 1010000 110110 1001011 101010100 1000011 1111

Color Harmonies of #410D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D1E

Black with #410D1E

Text Example


Text Example

White with #410D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,30); }

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

background-color css

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

 a { background-color: rgb(65,13,30); }

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

border-color css

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

 span { border-color: rgb(65,13,30); }

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