Html Css Color HEX #703855 Finn

📋 copy color: '#703855'

red 112 ◦ green 56 ◦ blue 85

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

Shades of Finn #703855

Tints of Finn #703855

RGB

 RED value IS 112 (44.14% from 255) = 44.27%

 GREEN value IS 56 (22.27% from 255) = 22.13%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 44.27%
G = 22.13%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#703855 (or 0x703855) is known color: Finn. HEX triplet: 70, 38 and 55. RGB value is (112,56,85). Sum of RGB (Red+Green+Blue) = 112+56+85=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #703855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703855 is #8FC7AA. Grayscale: #4B4B4B. Windows color (decimal): -9422763 or 5585008. OLE color: 5585008.

HSL color Cylindrical-coordinate representation of color #703855: hue angle of 328.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703855 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 85 -
CMYK 0 0.50 0.24 0.56
HSL 328.93º 0.33% 0.33% -
HSV(B) 328.93º 0.5% 0.44% -
XYZ 9.74 6.93 9.42 -
YUV 76.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 112 56 85 0 0.50 0.24 0.56 328.93 0.33 0.33
Hex 70 38 55 0 32 18 38 149 21 21
Octal 160 70 125 0 62 30 70 511 41 41
Binary 1110000 111000 1010101 0 110010 11000 111000 101001001 100001 100001

Color Harmonies of #703855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703855

Black with #703855

Text Example


Text Example

White with #703855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703855; }

 p { color: rgb(112,56,85); }

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

background-color css

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

 a { background-color: rgb(112,56,85); }

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

border-color css

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

 span { border-color: rgb(112,56,85); }

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