Html Css Color HEX #703A52 Finn

📋 copy color: '#703A52'

red 112 ◦ green 58 ◦ blue 82

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

Shades of Finn #703A52

Tints of Finn #703A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

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

R = 44.44%
G = 23.02%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#703A52 (or 0x703A52) is known color: Finn. HEX triplet: 70, 3A and 52. RGB value is (112,58,82). Sum of RGB (Red+Green+Blue) = 112+58+82=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #703A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A52 is #8FC5AD. Grayscale: #4C4C4C. Windows color (decimal): -9422254 or 5388912. OLE color: 5388912.

HSL color Cylindrical-coordinate representation of color #703A52: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A52 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 82 -
CMYK 0 0.48 0.27 0.56
HSL 333.33º 0.32% 0.33% -
HSV(B) 333.33º 0.48% 0.44% -
XYZ 9.72 7.08 8.84 -
YUV 76.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 112 58 82 0 0.48 0.27 0.56 333.33 0.32 0.33
Hex 70 3A 52 0 30 1B 38 14D 20 21
Octal 160 72 122 0 60 33 70 515 40 41
Binary 1110000 111010 1010010 0 110000 11011 111000 101001101 100000 100001

Color Harmonies of #703A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A52

Black with #703A52

Text Example


Text Example

White with #703A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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