Html Css Color HEX #75374B Flirt

📋 copy color: '#75374B'

red 117 ◦ green 55 ◦ blue 75

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

Shades of Flirt #75374B

Tints of Flirt #75374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

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

R = 47.37%
G = 22.27%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75374B (or 0x75374B) is known color: Flirt. HEX triplet: 75, 37 and 4B. RGB value is (117,55,75). Sum of RGB (Red+Green+Blue) = 117+55+75=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75374B is #8AC8B4. Grayscale: #4B4B4B. Windows color (decimal): -9095349 or 4929397. OLE color: 4929397.

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

Color convert

RGB 117 55 75 -
CMYK 0 0.53 0.36 0.54
HSL 340.65º 0.36% 0.34% -
HSV(B) 340.65º 0.53% 0.46% -
XYZ 9.97 7.02 7.49 -
YUV 75.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 117 55 75 0 0.53 0.36 0.54 340.65 0.36 0.34
Hex 75 37 4B 0 35 24 36 155 24 22
Octal 165 67 113 0 65 44 66 525 44 42
Binary 1110101 110111 1001011 0 110101 100100 110110 101010101 100100 100010

Color Harmonies of #75374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75374B

Black with #75374B

Text Example


Text Example

White with #75374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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