#412A29

Color #412A29 Night Rider (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Rider #412A29

Tints of Night Rider #412A29

Color information

#412A29 (or 0x412A29) is unknown color: approx Night Rider. HEX triplet: 41, 2A and 29. RGB value is (65,42,41). Sum of RGB (Red+Green+Blue) = 65+42+41=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #412A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A29 is #BED5D6. Grayscale: #303030. Windows color (decimal): -12506583 or 2697793. OLE color: 2697793.

HSL color Cylindrical-coordinate representation of color #412A29: hue angle of 2.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #412A29 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB654241-
CMYK00.350.370.75
HSL2.5º22.64%20.78%-
HSV(B)2.5º36.92%25.49%-
XYZ3.412.942.49-
YUV48.76123.62139.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=43.92%
G=28.38%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65424100.350.370.752.522.6420.78
Hex412A29023254B31715
Octal10152510434511332725
Binary100000110101010100101000111001011001011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A29; }

 p { color: rgb(65,42,41); }

 H1.HeaderClassName
 {
   color: #412A29;
 }
 .AnyTagClassName
 {
   color: #412A29;
 }
</style>
background-color css

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

 a { background-color: rgb(65,42,41); }

 div.DivClassName
 {
   background-color: #412A29;
 }
 .BgClassName
 {
   background-color: #412A29;
 }
</style>
border-color css

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

 span { border-color: rgb(65,42,41); }

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