#413431

Color #413431 Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #413431

Tints of Rebel #413431

Color information

#413431 (or 0x413431) is unknown color: approx Rebel. HEX triplet: 41, 34 and 31. RGB value is (65,52,49). Sum of RGB (Red+Green+Blue) = 65+52+49=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413431 is #BECBCE. Grayscale: #373737. Windows color (decimal): -12504015 or 3224641. OLE color: 3224641.

HSL color Cylindrical-coordinate representation of color #413431: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413431 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB655249-
CMYK00.200.250.75
HSL11.25º14.04%22.35%-
HSV(B)11.25º24.62%25.49%-
XYZ3.963.83.43-
YUV55.54124.31134.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=39.16%
G=31.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65524900.200.250.7511.2514.0422.35
Hex413431014194Bbe16
Octal101646102431113131626
Binary10000011101001100010101001100110010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413431; }

 p { color: rgb(65,52,49); }

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

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

 a { background-color: rgb(65,52,49); }

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

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

 span { border-color: rgb(65,52,49); }

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