Html Css Color HEX #75274D Flirt

📋 copy color: '#75274D'

red 117 ◦ green 39 ◦ blue 77

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

Shades of Flirt #75274D

Tints of Flirt #75274D

RGB

 RED value IS 117 (46.09% from 255) = 50.21%

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 50.21%
G = 16.74%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75274D (or 0x75274D) is known color: Flirt. HEX triplet: 75, 27 and 4D. RGB value is (117,39,77). Sum of RGB (Red+Green+Blue) = 117+39+77=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75274D is #8AD8B2. Grayscale: #424242. Windows color (decimal): -9099443 or 5056373. OLE color: 5056373.

HSL color Cylindrical-coordinate representation of color #75274D: hue angle of 330.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75274D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 77 -
CMYK 0 0.67 0.34 0.54
HSL 330.77º 0.5% 0.31% -
HSV(B) 330.77º 0.67% 0.46% -
XYZ 9.4 5.77 7.64 -
YUV 66.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 117 39 77 0 0.67 0.34 0.54 330.77 0.5 0.31
Hex 75 27 4D 0 43 22 36 14B 32 1F
Octal 165 47 115 0 103 42 66 513 62 37
Binary 1110101 100111 1001101 0 1000011 100010 110110 101001011 110010 11111

Color Harmonies of #75274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75274D

Black with #75274D

Text Example


Text Example

White with #75274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75274D; }

 p { color: rgb(117,39,77); }

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

background-color css

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

 a { background-color: rgb(117,39,77); }

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

border-color css

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

 span { border-color: rgb(117,39,77); }

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