Html Css Color HEX #413531 Rebel

📋 copy color: '#413531'

red 65 ◦ green 53 ◦ blue 49

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

Shades of Rebel #413531

Tints of Rebel #413531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 38.92%
G = 31.74%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#413531 (or 0x413531) is known color: Rebel. HEX triplet: 41, 35 and 31. RGB value is (65,53,49). Sum of RGB (Red+Green+Blue) = 65+53+49=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413531 is #BECACE. Grayscale: #383838. Windows color (decimal): -12503759 or 3224897. OLE color: 3224897.

HSL color Cylindrical-coordinate representation of color #413531: hue angle of 15º 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 #413531 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 49 -
CMYK 0 0.18 0.25 0.75
HSL 15º 0.14% 0.22% -
HSV(B) 15º 0.25% 0.25% -
XYZ 4.01 3.89 3.45 -
YUV 56.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 65 53 49 0 0.18 0.25 0.75 15 0.14 0.22
Hex 41 35 31 0 12 19 4B F E 16
Octal 101 65 61 0 22 31 113 17 16 26
Binary 1000001 110101 110001 0 10010 11001 1001011 1111 1110 10110

Color Harmonies of #413531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413531

Black with #413531

Text Example


Text Example

White with #413531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413531; }

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

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

background-color css

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

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

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

border-color css

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

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

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