Html Css Color HEX #762B43 Flirt

📋 copy color: '#762B43'

red 118 ◦ green 43 ◦ blue 67

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

Shades of Flirt #762B43

Tints of Flirt #762B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 67 (26.56% from 255) = 29.39%

R = 51.75%
G = 18.86%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#762B43 (or 0x762B43) is known color: Flirt. HEX triplet: 76, 2B and 43. RGB value is (118,43,67). Sum of RGB (Red+Green+Blue) = 118+43+67=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #762B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B43 is #89D4BC. Grayscale: #444444. Windows color (decimal): -9032893 or 4402038. OLE color: 4402038.

HSL color Cylindrical-coordinate representation of color #762B43: hue angle of 340.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B43 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 67 -
CMYK 0 0.64 0.43 0.54
HSL 340.8º 0.47% 0.32% -
HSV(B) 340.8º 0.64% 0.46% -
XYZ 9.35 5.98 5.97 -
YUV 68.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 118 43 67 0 0.64 0.43 0.54 340.8 0.47 0.32
Hex 76 2B 43 0 40 2B 36 155 2F 20
Octal 166 53 103 0 100 53 66 525 57 40
Binary 1110110 101011 1000011 0 1000000 101011 110110 101010101 101111 100000

Color Harmonies of #762B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B43

Black with #762B43

Text Example


Text Example

White with #762B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B43; }

 p { color: rgb(118,43,67); }

 H1.HeaderClassName
 {
   color: #762B43;
 }
 .AnyTagClassName
 {
   color: #762B43;
 }
</style>

background-color css

<style>
 a { background-color: #762B43; }

 a { background-color: rgb(118,43,67); }

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

border-color css

<style>
 span { border-color: #762B43; }

 span { border-color: rgb(118,43,67); }

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