Html Css Color HEX #703852 Finn

📋 copy color: '#703852'

red 112 ◦ green 56 ◦ blue 82

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

Shades of Finn #703852

Tints of Finn #703852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 44.8%
G = 22.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#703852 (or 0x703852) is known color: Finn. HEX triplet: 70, 38 and 52. RGB value is (112,56,82). Sum of RGB (Red+Green+Blue) = 112+56+82=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703852 is #8FC7AD. Grayscale: #4B4B4B. Windows color (decimal): -9422766 or 5388400. OLE color: 5388400.

HSL color Cylindrical-coordinate representation of color #703852: hue angle of 332.14º 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 #703852 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 82 -
CMYK 0 0.50 0.27 0.56
HSL 332.14º 0.33% 0.33% -
HSV(B) 332.14º 0.5% 0.44% -
XYZ 9.62 6.88 8.8 -
YUV 75.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 112 56 82 0 0.50 0.27 0.56 332.14 0.33 0.33
Hex 70 38 52 0 32 1B 38 14C 21 21
Octal 160 70 122 0 62 33 70 514 41 41
Binary 1110000 111000 1010010 0 110010 11011 111000 101001100 100001 100001

Color Harmonies of #703852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703852

Black with #703852

Text Example


Text Example

White with #703852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703852; }

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

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

background-color css

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

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

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

border-color css

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

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

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