Html Css Color HEX #75304B Flirt

📋 copy color: '#75304B'

red 117 ◦ green 48 ◦ blue 75

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

Shades of Flirt #75304B

Tints of Flirt #75304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 48.75%
G = 20%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75304B (or 0x75304B) is known color: Flirt. HEX triplet: 75, 30 and 4B. RGB value is (117,48,75). Sum of RGB (Red+Green+Blue) = 117+48+75=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #75304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75304B is #8ACFB4. Grayscale: #474747. Windows color (decimal): -9097141 or 4927605. OLE color: 4927605.

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

Color convert

RGB 117 48 75 -
CMYK 0 0.59 0.36 0.54
HSL 336.52º 0.42% 0.32% -
HSV(B) 336.52º 0.59% 0.46% -
XYZ 9.66 6.4 7.38 -
YUV 71.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 117 48 75 0 0.59 0.36 0.54 336.52 0.42 0.32
Hex 75 30 4B 0 3B 24 36 151 2A 20
Octal 165 60 113 0 73 44 66 521 52 40
Binary 1110101 110000 1001011 0 111011 100100 110110 101010001 101010 100000

Color Harmonies of #75304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75304B

Black with #75304B

Text Example


Text Example

White with #75304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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