Html Css Color HEX #410319 Bordeaux

📋 copy color: '#410319'

red 65 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #410319

Tints of Bordeaux #410319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 69.89%
G = 3.23%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410319 (or 0x410319) is known color: Bordeaux. HEX triplet: 41, 03 and 19. RGB value is (65,3,25). Sum of RGB (Red+Green+Blue) = 65+3+25=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #410319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410319 is #BEFCE6. Grayscale: #181818. Windows color (decimal): -12516583 or 1639233. OLE color: 1639233.

HSL color Cylindrical-coordinate representation of color #410319: hue angle of 338.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410319 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 25 -
CMYK 0 0.95 0.62 0.75
HSL 338.71º 0.91% 0.13% -
HSV(B) 338.71º 0.95% 0.25% -
XYZ 2.39 1.26 1.04 -
YUV 24.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 65 3 25 0 0.95 0.62 0.75 338.71 0.91 0.13
Hex 41 3 19 0 5F 3E 4B 153 5B D
Octal 101 3 31 0 137 76 113 523 133 15
Binary 1000001 11 11001 0 1011111 111110 1001011 101010011 1011011 1101

Color Harmonies of #410319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410319

Black with #410319

Text Example


Text Example

White with #410319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410319; }

 p { color: rgb(65,3,25); }

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

background-color css

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

 a { background-color: rgb(65,3,25); }

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

border-color css

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

 span { border-color: rgb(65,3,25); }

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