#351821

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

Shades of Temptress #351821

Tints of Temptress #351821

Color information

#351821 (or 0x351821) is unknown color: approx Temptress. HEX triplet: 35, 18 and 21. RGB value is (53,24,33). Sum of RGB (Red+Green+Blue) = 53+24+33=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351821 is #CAE7DE. Grayscale: #212121. Windows color (decimal): -13297631 or 2168885. OLE color: 2168885.

HSL color Cylindrical-coordinate representation of color #351821: hue angle of 341.38º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351821 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB532433-
CMYK00.550.380.79
HSL341.38º37.66%15.1%-
HSV(B)341.38º54.72%20.78%-
XYZ2.071.521.62-
YUV33.7127.61141.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 33 (13.28% from 255) = 30%
R=48.18%
G=21.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53243300.550.380.79341.3837.6615.1
Hex351821037264F15526f
Octal653041067461175254617
Binary11010111000100001011011110011010011111010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351821; }

 p { color: rgb(53,24,33); }

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

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

 a { background-color: rgb(53,24,33); }

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

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

 span { border-color: rgb(53,24,33); }

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