Html Css Color HEX #71414A Tosca

📋 copy color: '#71414A'

red 113 ◦ green 65 ◦ blue 74

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

Shades of Tosca #71414A

Tints of Tosca #71414A

RGB

 RED value IS 113 (44.53% from 255) = 44.84%

 GREEN value IS 65 (25.78% from 255) = 25.79%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 44.84%
G = 25.79%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71414A (or 0x71414A) is known color: Tosca. HEX triplet: 71, 41 and 4A. RGB value is (113,65,74). Sum of RGB (Red+Green+Blue) = 113+65+74=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71414A is #8EBEB5. Grayscale: #505050. Windows color (decimal): -9354934 or 4866417. OLE color: 4866417.

HSL color Cylindrical-coordinate representation of color #71414A: hue angle of 348.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71414A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 74 -
CMYK 0 0.42 0.35 0.56
HSL 348.75º 0.27% 0.35% -
HSV(B) 348.75º 0.42% 0.44% -
XYZ 9.94 7.79 7.46 -
YUV 80.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 113 65 74 0 0.42 0.35 0.56 348.75 0.27 0.35
Hex 71 41 4A 0 2A 23 38 15D 1B 23
Octal 161 101 112 0 52 43 70 535 33 43
Binary 1110001 1000001 1001010 0 101010 100011 111000 101011101 11011 100011

Color Harmonies of #71414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71414A

Black with #71414A

Text Example


Text Example

White with #71414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71414A; }

 p { color: rgb(113,65,74); }

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

background-color css

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

 a { background-color: rgb(113,65,74); }

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

border-color css

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

 span { border-color: rgb(113,65,74); }

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