Html Css Color HEX #35111D Temptress

📋 copy color: '#35111D'

red 53 ◦ green 17 ◦ blue 29

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

Shades of Temptress #35111D

Tints of Temptress #35111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

 BLUE value IS 29 (11.72% from 255) = 29.29%

R = 53.54%
G = 17.17%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#35111D (or 0x35111D) is known color: Temptress. HEX triplet: 35, 11 and 1D. RGB value is (53,17,29). Sum of RGB (Red+Green+Blue) = 53+17+29=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35111D is #CAEEE2. Grayscale: #1D1D1D. Windows color (decimal): -13299427 or 1904949. OLE color: 1904949.

HSL color Cylindrical-coordinate representation of color #35111D: hue angle of 340º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35111D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 29 -
CMYK 0 0.68 0.45 0.79
HSL 340º 0.51% 0.14% -
HSV(B) 340º 0.68% 0.21% -
XYZ 1.89 1.25 1.3 -
YUV 29.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 53 17 29 0 0.68 0.45 0.79 340 0.51 0.14
Hex 35 11 1D 0 44 2D 4F 154 33 E
Octal 65 21 35 0 104 55 117 524 63 16
Binary 110101 10001 11101 0 1000100 101101 1001111 101010100 110011 1110

Color Harmonies of #35111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35111D

Black with #35111D

Text Example


Text Example

White with #35111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35111D; }

 p { color: rgb(53,17,29); }

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

background-color css

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

 a { background-color: rgb(53,17,29); }

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

border-color css

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

 span { border-color: rgb(53,17,29); }

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