Html Css Color HEX #76314B Flirt

📋 copy color: '#76314B'

red 118 ◦ green 49 ◦ blue 75

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

Shades of Flirt #76314B

Tints of Flirt #76314B

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

 GREEN value IS 49 (19.53% from 255) = 20.25%

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

R = 48.76%
G = 20.25%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76314B (or 0x76314B) is known color: Flirt. HEX triplet: 76, 31 and 4B. RGB value is (118,49,75). Sum of RGB (Red+Green+Blue) = 118+49+75=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76314B is #89CEB4. Grayscale: #484848. Windows color (decimal): -9031349 or 4927862. OLE color: 4927862.

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

Color convert

RGB 118 49 75 -
CMYK 0 0.58 0.36 0.54
HSL 337.39º 0.41% 0.33% -
HSV(B) 337.39º 0.58% 0.46% -
XYZ 9.84 6.56 7.4 -
YUV 72.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 118 49 75 0 0.58 0.36 0.54 337.39 0.41 0.33
Hex 76 31 4B 0 3A 24 36 151 29 21
Octal 166 61 113 0 72 44 66 521 51 41
Binary 1110110 110001 1001011 0 111010 100100 110110 101010001 101001 100001

Color Harmonies of #76314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76314B

Black with #76314B

Text Example


Text Example

White with #76314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,49,75); }

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

background-color css

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

 a { background-color: rgb(118,49,75); }

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

border-color css

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

 span { border-color: rgb(118,49,75); }

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