Html Css Color HEX #410F1D Bordeaux

📋 copy color: '#410F1D'

red 65 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #410F1D

Tints of Bordeaux #410F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.76%

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

R = 59.63%
G = 13.76%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#410F1D (or 0x410F1D) is known color: Bordeaux. HEX triplet: 41, 0F and 1D. RGB value is (65,15,29). Sum of RGB (Red+Green+Blue) = 65+15+29=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F1D is #BEF0E2. Grayscale: #1F1F1F. Windows color (decimal): -12513507 or 1904449. OLE color: 1904449.

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

Color convert

RGB 65 15 29 -
CMYK 0 0.77 0.55 0.75
HSL 343.2º 0.63% 0.16% -
HSV(B) 343.2º 0.77% 0.25% -
XYZ 2.57 1.55 1.33 -
YUV 31.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 65 15 29 0 0.77 0.55 0.75 343.2 0.63 0.16
Hex 41 F 1D 0 4D 37 4B 157 3E 10
Octal 101 17 35 0 115 67 113 527 76 20
Binary 1000001 1111 11101 0 1001101 110111 1001011 101010111 111110 10000

Color Harmonies of #410F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F1D

Black with #410F1D

Text Example


Text Example

White with #410F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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