Html Css Color HEX #75354B Flirt

📋 copy color: '#75354B'

red 117 ◦ green 53 ◦ blue 75

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

Shades of Flirt #75354B

Tints of Flirt #75354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 47.76%
G = 21.63%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75354B (or 0x75354B) is known color: Flirt. HEX triplet: 75, 35 and 4B. RGB value is (117,53,75). Sum of RGB (Red+Green+Blue) = 117+53+75=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75354B is #8ACAB4. Grayscale: #4A4A4A. Windows color (decimal): -9095861 or 4928885. OLE color: 4928885.

HSL color Cylindrical-coordinate representation of color #75354B: hue angle of 339.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75354B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 75 -
CMYK 0 0.55 0.36 0.54
HSL 339.38º 0.38% 0.33% -
HSV(B) 339.38º 0.55% 0.46% -
XYZ 9.88 6.84 7.46 -
YUV 74.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 117 53 75 0 0.55 0.36 0.54 339.38 0.38 0.33
Hex 75 35 4B 0 37 24 36 153 26 21
Octal 165 65 113 0 67 44 66 523 46 41
Binary 1110101 110101 1001011 0 110111 100100 110110 101010011 100110 100001

Color Harmonies of #75354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75354B

Black with #75354B

Text Example


Text Example

White with #75354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,53,75); }

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

background-color css

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

 a { background-color: rgb(117,53,75); }

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

border-color css

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

 span { border-color: rgb(117,53,75); }

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