Html Css Color HEX #410D1F Bordeaux

📋 copy color: '#410D1F'

red 65 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #410D1F

Tints of Bordeaux #410D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 28.44%

R = 59.63%
G = 11.93%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#410D1F (or 0x410D1F) is known color: Bordeaux. HEX triplet: 41, 0D and 1F. RGB value is (65,13,31). Sum of RGB (Red+Green+Blue) = 65+13+31=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D1F is #BEF2E0. Grayscale: #1E1E1E. Windows color (decimal): -12514017 or 2035009. OLE color: 2035009.

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

Color convert

RGB 65 13 31 -
CMYK 0 0.80 0.52 0.75
HSL 339.23º 0.67% 0.15% -
HSV(B) 339.23º 0.8% 0.25% -
XYZ 2.57 1.51 1.45 -
YUV 30.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 65 13 31 0 0.80 0.52 0.75 339.23 0.67 0.15
Hex 41 D 1F 0 50 34 4B 153 43 F
Octal 101 15 37 0 120 64 113 523 103 17
Binary 1000001 1101 11111 0 1010000 110100 1001011 101010011 1000011 1111

Color Harmonies of #410D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D1F

Black with #410D1F

Text Example


Text Example

White with #410D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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