#423531

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

Shades of Rebel #423531

Tints of Rebel #423531

Color information

#423531 (or 0x423531) is unknown color: approx Rebel. HEX triplet: 42, 35 and 31. RGB value is (66,53,49). Sum of RGB (Red+Green+Blue) = 66+53+49=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423531 is #BDCACE. Grayscale: #383838. Windows color (decimal): -12438223 or 3224898. OLE color: 3224898.

HSL color Cylindrical-coordinate representation of color #423531: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423531 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB665349-
CMYK00.200.260.74
HSL14.12º14.78%22.55%-
HSV(B)14.12º25.76%25.88%-
XYZ4.073.933.45-
YUV56.43123.81134.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=39.29%
G=31.55%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66534900.200.260.7414.1214.7822.55
Hex4235310141A4Aef17
Octal102656102432112161727
Binary10000101101011100010101001101010010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423531; }

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

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

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

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

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

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

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

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