Html Css Color HEX #702F4B Flirt

📋 copy color: '#702F4B'

red 112 ◦ green 47 ◦ blue 75

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

Shades of Flirt #702F4B

Tints of Flirt #702F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 47.86%
G = 20.09%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#702F4B (or 0x702F4B) is known color: Flirt. HEX triplet: 70, 2F and 4B. RGB value is (112,47,75). Sum of RGB (Red+Green+Blue) = 112+47+75=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F4B is #8FD0B4. Grayscale: #454545. Windows color (decimal): -9425077 or 4927344. OLE color: 4927344.

HSL color Cylindrical-coordinate representation of color #702F4B: hue angle of 334.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F4B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 75 -
CMYK 0 0.58 0.33 0.56
HSL 334.15º 0.41% 0.31% -
HSV(B) 334.15º 0.58% 0.44% -
XYZ 8.97 5.99 7.34 -
YUV 69.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 112 47 75 0 0.58 0.33 0.56 334.15 0.41 0.31
Hex 70 2F 4B 0 3A 21 38 14E 29 1F
Octal 160 57 113 0 72 41 70 516 51 37
Binary 1110000 101111 1001011 0 111010 100001 111000 101001110 101001 11111

Color Harmonies of #702F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F4B

Black with #702F4B

Text Example


Text Example

White with #702F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F4B; }

 p { color: rgb(112,47,75); }

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

background-color css

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

 a { background-color: rgb(112,47,75); }

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

border-color css

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

 span { border-color: rgb(112,47,75); }

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