Html Css Color HEX #331521 Temptress

📋 copy color: '#331521'

red 51 ◦ green 21 ◦ blue 33

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

Shades of Temptress #331521

Tints of Temptress #331521

RGB

 RED value IS 51 (20.31% from 255) = 48.57%

 GREEN value IS 21 (8.59% from 255) = 20%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 48.57%
G = 20%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#331521 (or 0x331521) is known color: Temptress. HEX triplet: 33, 15 and 21. RGB value is (51,21,33). Sum of RGB (Red+Green+Blue) = 51+21+33=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #331521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331521 is #CCEADE. Grayscale: #1F1F1F. Windows color (decimal): -13429471 or 2168115. OLE color: 2168115.

HSL color Cylindrical-coordinate representation of color #331521: hue angle of 336º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331521 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 33 -
CMYK 0 0.59 0.35 0.8
HSL 336º 0.42% 0.14% -
HSV(B) 336º 0.59% 0.2% -
XYZ 1.91 1.35 1.6 -
YUV 31.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 51 21 33 0 0.59 0.35 0.8 336 0.42 0.14
Hex 33 15 21 0 3B 23 50 150 2A E
Octal 63 25 41 0 73 43 120 520 52 16
Binary 110011 10101 100001 0 111011 100011 1010000 101010000 101010 1110

Color Harmonies of #331521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331521

Black with #331521

Text Example


Text Example

White with #331521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331521; }

 p { color: rgb(51,21,33); }

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

background-color css

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

 a { background-color: rgb(51,21,33); }

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

border-color css

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

 span { border-color: rgb(51,21,33); }

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