Html Css Color HEX #76234A Flirt

📋 copy color: '#76234A'

red 118 ◦ green 35 ◦ blue 74

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

Shades of Flirt #76234A

Tints of Flirt #76234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 51.98%
G = 15.42%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76234A (or 0x76234A) is known color: Flirt. HEX triplet: 76, 23 and 4A. RGB value is (118,35,74). Sum of RGB (Red+Green+Blue) = 118+35+74=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76234A is #89DCB5. Grayscale: #404040. Windows color (decimal): -9034934 or 4858742. OLE color: 4858742.

HSL color Cylindrical-coordinate representation of color #76234A: hue angle of 331.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76234A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 74 -
CMYK 0 0.70 0.37 0.54
HSL 331.81º 0.54% 0.3% -
HSV(B) 331.81º 0.7% 0.46% -
XYZ 9.31 5.55 7.06 -
YUV 64.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 118 35 74 0 0.70 0.37 0.54 331.81 0.54 0.3
Hex 76 23 4A 0 46 25 36 14C 36 1E
Octal 166 43 112 0 106 45 66 514 66 36
Binary 1110110 100011 1001010 0 1000110 100101 110110 101001100 110110 11110

Color Harmonies of #76234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76234A

Black with #76234A

Text Example


Text Example

White with #76234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76234A; }

 p { color: rgb(118,35,74); }

 H1.HeaderClassName
 {
   color: #76234A;
 }
 .AnyTagClassName
 {
   color: #76234A;
 }
</style>

background-color css

<style>
 a { background-color: #76234A; }

 a { background-color: rgb(118,35,74); }

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

border-color css

<style>
 span { border-color: #76234A; }

 span { border-color: rgb(118,35,74); }

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