Html Css Color HEX #351521 Temptress

📋 copy color: '#351521'

red 53 ◦ green 21 ◦ blue 33

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

Shades of Temptress #351521

Tints of Temptress #351521

RGB

 RED value IS 53 (21.09% from 255) = 49.53%

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

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

R = 49.53%
G = 19.63%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#351521 (or 0x351521) is known color: Temptress. HEX triplet: 35, 15 and 21. RGB value is (53,21,33). Sum of RGB (Red+Green+Blue) = 53+21+33=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351521 is #CAEADE. Grayscale: #1F1F1F. Windows color (decimal): -13298399 or 2168117. OLE color: 2168117.

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

Color convert

RGB 53 21 33 -
CMYK 0 0.60 0.38 0.79
HSL 337.5º 0.43% 0.15% -
HSV(B) 337.5º 0.6% 0.21% -
XYZ 2.01 1.4 1.6 -
YUV 31.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 53 21 33 0 0.60 0.38 0.79 337.5 0.43 0.15
Hex 35 15 21 0 3C 26 4F 152 2B F
Octal 65 25 41 0 74 46 117 522 53 17
Binary 110101 10101 100001 0 111100 100110 1001111 101010010 101011 1111

Color Harmonies of #351521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351521

Black with #351521

Text Example


Text Example

White with #351521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351521; }

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

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

background-color css

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

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

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

border-color css

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

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

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