Html Css Color HEX #75364B Flirt

📋 copy color: '#75364B'

red 117 ◦ green 54 ◦ blue 75

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

Shades of Flirt #75364B

Tints of Flirt #75364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 47.56%
G = 21.95%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75364B (or 0x75364B) is known color: Flirt. HEX triplet: 75, 36 and 4B. RGB value is (117,54,75). Sum of RGB (Red+Green+Blue) = 117+54+75=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75364B is #8AC9B4. Grayscale: #4B4B4B. Windows color (decimal): -9095605 or 4929141. OLE color: 4929141.

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

Color convert

RGB 117 54 75 -
CMYK 0 0.54 0.36 0.54
HSL 340º 0.37% 0.34% -
HSV(B) 340º 0.54% 0.46% -
XYZ 9.93 6.93 7.47 -
YUV 75.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 117 54 75 0 0.54 0.36 0.54 340 0.37 0.34
Hex 75 36 4B 0 36 24 36 154 25 22
Octal 165 66 113 0 66 44 66 524 45 42
Binary 1110101 110110 1001011 0 110110 100100 110110 101010100 100101 100010

Color Harmonies of #75364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75364B

Black with #75364B

Text Example


Text Example

White with #75364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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