Html Css Color HEX #70304B Flirt

📋 copy color: '#70304B'

red 112 ◦ green 48 ◦ blue 75

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

Shades of Flirt #70304B

Tints of Flirt #70304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 47.66%
G = 20.43%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70304B (or 0x70304B) is known color: Flirt. HEX triplet: 70, 30 and 4B. RGB value is (112,48,75). Sum of RGB (Red+Green+Blue) = 112+48+75=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #70304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70304B is #8FCFB4. Grayscale: #464646. Windows color (decimal): -9424821 or 4927600. OLE color: 4927600.

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

Color convert

RGB 112 48 75 -
CMYK 0 0.57 0.33 0.56
HSL 334.69º 0.4% 0.31% -
HSV(B) 334.69º 0.57% 0.44% -
XYZ 9.01 6.07 7.35 -
YUV 70.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 112 48 75 0 0.57 0.33 0.56 334.69 0.4 0.31
Hex 70 30 4B 0 39 21 38 14F 28 1F
Octal 160 60 113 0 71 41 70 517 50 37
Binary 1110000 110000 1001011 0 111001 100001 111000 101001111 101000 11111

Color Harmonies of #70304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70304B

Black with #70304B

Text Example


Text Example

White with #70304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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