Html Css Color HEX #410C1B Bordeaux

📋 copy color: '#410C1B'

red 65 ◦ green 12 ◦ blue 27

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

Shades of Bordeaux #410C1B

Tints of Bordeaux #410C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.96%

R = 62.5%
G = 11.54%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#410C1B (or 0x410C1B) is known color: Bordeaux. HEX triplet: 41, 0C and 1B. RGB value is (65,12,27). Sum of RGB (Red+Green+Blue) = 65+12+27=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C1B is #BEF3E4. Grayscale: #1D1D1D. Windows color (decimal): -12514277 or 1772609. OLE color: 1772609.

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

Color convert

RGB 65 12 27 -
CMYK 0 0.82 0.58 0.75
HSL 343.02º 0.69% 0.15% -
HSV(B) 343.02º 0.82% 0.25% -
XYZ 2.51 1.47 1.19 -
YUV 29.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 65 12 27 0 0.82 0.58 0.75 343.02 0.69 0.15
Hex 41 C 1B 0 52 3A 4B 157 45 F
Octal 101 14 33 0 122 72 113 527 105 17
Binary 1000001 1100 11011 0 1010010 111010 1001011 101010111 1000101 1111

Color Harmonies of #410C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C1B

Black with #410C1B

Text Example


Text Example

White with #410C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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