Html Css Color HEX #71284B Flirt

📋 copy color: '#71284B'

red 113 ◦ green 40 ◦ blue 75

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

Shades of Flirt #71284B

Tints of Flirt #71284B

RGB

 RED value IS 113 (44.53% from 255) = 49.56%

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 49.56%
G = 17.54%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71284B (or 0x71284B) is known color: Flirt. HEX triplet: 71, 28 and 4B. RGB value is (113,40,75). Sum of RGB (Red+Green+Blue) = 113+40+75=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71284B is #8ED7B4. Grayscale: #414141. Windows color (decimal): -9361333 or 4925553. OLE color: 4925553.

HSL color Cylindrical-coordinate representation of color #71284B: hue angle of 331.23º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71284B is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 75 -
CMYK 0 0.65 0.34 0.56
HSL 331.23º 0.48% 0.3% -
HSV(B) 331.23º 0.65% 0.44% -
XYZ 8.84 5.54 7.26 -
YUV 65.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 113 40 75 0 0.65 0.34 0.56 331.23 0.48 0.3
Hex 71 28 4B 0 41 22 38 14B 30 1E
Octal 161 50 113 0 101 42 70 513 60 36
Binary 1110001 101000 1001011 0 1000001 100010 111000 101001011 110000 11110

Color Harmonies of #71284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71284B

Black with #71284B

Text Example


Text Example

White with #71284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,40,75); }

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

background-color css

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

 a { background-color: rgb(113,40,75); }

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

border-color css

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

 span { border-color: rgb(113,40,75); }

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