Html Css Color HEX #410C1D Bordeaux

📋 copy color: '#410C1D'

red 65 ◦ green 12 ◦ blue 29

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

Shades of Bordeaux #410C1D

Tints of Bordeaux #410C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.32%

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

R = 61.32%
G = 11.32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#410C1D (or 0x410C1D) is known color: Bordeaux. HEX triplet: 41, 0C and 1D. RGB value is (65,12,29). Sum of RGB (Red+Green+Blue) = 65+12+29=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #410C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C1D is #BEF3E2. Grayscale: #1D1D1D. Windows color (decimal): -12514275 or 1903681. OLE color: 1903681.

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

Color convert

RGB 65 12 29 -
CMYK 0 0.82 0.55 0.75
HSL 340.75º 0.69% 0.15% -
HSV(B) 340.75º 0.82% 0.25% -
XYZ 2.53 1.48 1.31 -
YUV 29.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 65 12 29 0 0.82 0.55 0.75 340.75 0.69 0.15
Hex 41 C 1D 0 52 37 4B 155 45 F
Octal 101 14 35 0 122 67 113 525 105 17
Binary 1000001 1100 11101 0 1010010 110111 1001011 101010101 1000101 1111

Color Harmonies of #410C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C1D

Black with #410C1D

Text Example


Text Example

White with #410C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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